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 <[email protected]>
  • Loading branch information
RDIL committed Feb 25, 2020
1 parent 1cecd49 commit 1f07824
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ Key:
* `+` means addition
* `-` means deletion

## v3.5.0

```diff
+ Added 7 new dividers
* Bumped Sphinx from 2.4.0 to 2.4.3
* Bumped unittest-xml-reporting from 3.0.0 to 3.0.2
```

## v3.4.1

```diff
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.4.1"
VERSION = "3.5.0"

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

0 comments on commit 1f07824

Please sign in to comment.