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

Commit

Permalink
Bump version, changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
RDIL committed Dec 28, 2020
1 parent 9109f1d commit daef96c
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.11.0

```diff
+ Add dividers 284-301
* Bump versions of setuptools, wheel, twine and sphinx
* Change to isinstance in code
```

## v3.10.0

```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.10.0"
VERSION = "3.11.0"

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

0 comments on commit daef96c

Please sign in to comment.