Skip to content

Commit

Permalink
Bump version to 0.16.1 - fix packaging issue
Browse files Browse the repository at this point in the history
  • Loading branch information
k4nar committed Dec 27, 2019
1 parent 46f2fcb commit e509ee5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
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, 16, 0)
version_info = (0, 16, 1)
__version__ = ".".join(map(str, version_info))

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

0.16.1 2019-12-27
-----------------
Fix packaging issue.

0.16.0 2019-12-27
-----------------
This release remove support for Python 2.6 & 3.3, and add official support
Expand Down

0 comments on commit e509ee5

Please sign in to comment.