Skip to content

Commit

Permalink
Merge branch 'release-0.13'
Browse files Browse the repository at this point in the history
  • Loading branch information
k4nar committed Jan 27, 2016
2 parents 3803e8a + 302166c commit af14fc9
Show file tree
Hide file tree
Showing 2 changed files with 18 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, 12, 2)
version_info = (0, 13, 0)
__version__ = ".".join(map(str, version_info))

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

0.13 - 2016-01-27
----------
This release brings Python 3.5 support, a better handling
of stdin for the watchers, a new kill command, and several
interesting bugfixes.

- Compatibility with Python 3.5 - #939, #956
- Add close_child_stdin option to the watchers - #910
- Add 'kill' command - #957
- Fix issues with case for start, stop and restart commands - #927
- Fix AccessDenied error - #920
- DecrProcess was renamed DecrProc - #932
- Fix issues with DecrProc and singleton watchers - #932
- Fix encoding issue with statsd sockets - #947
- Some fixes for Papa sockets - #953, #922
- Minor doc updates

0.12.1 - 2015-08-05
----------
- Fix error when restarting a watcher with an output stream - #913
Expand Down

0 comments on commit af14fc9

Please sign in to comment.