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

Commit

Permalink
Prepare v3.7.0 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 Apr 23, 2020
1 parent b589532 commit db6eb8e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ Key:
* `+` means addition
* `-` means deletion

## v3.7.0

```diff
* Merge docs and development requirements into a single file
- Removed the remaining PyCharm files since they were useless
* Fixed some docs build warnings
* Fixed some CI build issues
- Marked the extras folder as no longer accepting content
```

## v3.6.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.6.0"
VERSION = "3.7.0"

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

0 comments on commit db6eb8e

Please sign in to comment.