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

Commit

Permalink
Add changelog, bump version to 3.8.0
Browse files Browse the repository at this point in the history
Signed-off-by: Reece Dunham <me@rdil.rocks>
  • Loading branch information
RDIL committed Jun 15, 2020
1 parent 9ba71cb commit 141f735
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ Key:
* `+` means addition
* `-` means deletion

## v3.8.0

```diff
+ Add dependabot configuration
* Bump setuptools from 46.1.3 to 47.1.1
* Bump sphinx from 3.0.2 to 3.1.1
- Removed restructuredtext_lint because sphinx does it internally
```

## v3.7.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.7.0"
VERSION = "3.8.0"

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

0 comments on commit 141f735

Please sign in to comment.