Skip to content

Commit

Permalink
Bump version to 3.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Unrud committed Jul 14, 2022
1 parent eea29c1 commit 78c7225
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 3.1.8

* Fix setuptools requirement if installing wheel
* Tests: Switch from `python setup.py test` to `tox`
* Small changes to build system configuration and tests

## 3.1.7

* Fix random href fallback
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

# When the version is updated, a new section in the CHANGELOG.md file must be
# added too.
VERSION = "3.1.7"
VERSION = "3.1.8"

with open("README.md", encoding="utf-8") as f:
long_description = f.read()
Expand Down

0 comments on commit 78c7225

Please sign in to comment.