Skip to content

Commit

Permalink
Release 0.17.1 - fix packaging issue
Browse files Browse the repository at this point in the history
  • Loading branch information
k4nar committed Sep 18, 2020
1 parent 55a15d8 commit e9c282f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion circus/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import warnings


version_info = (0, 17, 0)
version_info = (0, 17, 1)
__version__ = ".".join(map(str, version_info))

# This config call is done to avoid any
Expand Down
4 changes: 2 additions & 2 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
Changelog history
=================

0.18.0 unreleased
0.17.1 2020-09-18
-----------------

- Nothing changed yet
Fix packaging issue.

0.17.0 2020-09-18
-----------------
Expand Down

0 comments on commit e9c282f

Please sign in to comment.