Skip to content
This repository has been archived by the owner on Aug 13, 2022. It is now read-only.

Commit

Permalink
Bump version and release
Browse files Browse the repository at this point in the history
Signed-off-by: Reece Dunham <me@rdil.rocks>
  • Loading branch information
RDIL committed Sep 29, 2020
1 parent fc1d1a7 commit 7a93b4a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,24 @@ Key:
* `+` means addition
* `-` means deletion

## v3.10.0

```diff
+ Add dividers 281-283
* Bump setuptools from 49.2.0 to 50.3.0
* Bump wheel from 0.34.2 to 0.35.1
* Bump unittest-xml-reporting from 3.0.2 to 3.0.4
* Bump sphinx from 3.1.2 to 3.2.1
```

## v3.9.0

```diff
* Bump setuptools from 47.1.1 to 49.2.0
* Bump twine from 3.1.1 to 3.2.0
* Bump sphinx from 3.1.1 to 3.1.2
* Bump sphinx-rtd-theme from 0.4.3 to 0.5.0
+ Add dividers 269 through 280
+ Add dividers 269-280
```

## v3.8.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import setuptools

# Package version:
VERSION = "3.9.0"
VERSION = "3.10.0"

# Read the long description:
with open("README.md", mode="r") as FILE_HANDLER:
Expand Down

0 comments on commit 7a93b4a

Please sign in to comment.