Skip to content

Commit

Permalink
Merge branch 'release-0.17.0' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
k4nar committed Sep 18, 2020
2 parents a154289 + 87f0a5c commit 55a15d8
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 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, 16, 1)
version_info = (0, 17, 0)
__version__ = ".".join(map(str, version_info))

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

unreleased
----------
0.18.0 unreleased
-----------------

- Nothing changed yet

0.17.0 2020-09-18
-----------------
This release removes support for Python 2.7 & 3.4, and adds support for
Tornado 5+.

- Improve resiliency of the Controller - #1142
- Add CI tests for Mac OS via Github Actions - #1137, #1141
- Fix encoding issue in the Watchdog plugin - #1136
- Change ConfigParser to RawConfigParser to avoid interpolation errors - #1133
- Drop support for tornado<5 and start using asyncio eventl loop - #1129
- Drop support for tornado<5 and start using asyncio eventl loop - #1129, #1132
- Fix mem_info readings to be more reliable - #1128
- Drop support for Python 2.7 & 3.4 - #1126
- Speedup reloadconfig for large number of sockets - #1121
Expand Down

0 comments on commit 55a15d8

Please sign in to comment.