Skip to content

Commit

Permalink
Merge branch 'release-0.14'
Browse files Browse the repository at this point in the history
  • Loading branch information
k4nar committed Aug 12, 2016
2 parents 0198d55 + 14f03ee commit f06635d
Show file tree
Hide file tree
Showing 2 changed files with 16 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, 13, 1)
version_info = (0, 14, 0)
__version__ = ".".join(map(str, version_info))

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

0.14.0 2016-08-12
-----------------
This release fixes several bugs and add new options to
Circus sockets and watchers.

- Add stdin_socket option to the watcher - #975
- Add a blocking option to Circus sockets - #973
- Ignore errors when parsing the Pidfile - #866, #969
- Fixes for papa sockets - #930, #968
- Remove I/O operations on closed files - #979, #980
- Accept empty ini sections - #970
- Send SIGKILL to children recursively - #986
- Improve tests stability - #984
- Doc updates - #982, #983, 985

0.13 - 2016-01-27
----------
This release brings Python 3.5 support, a better handling
Expand Down

0 comments on commit f06635d

Please sign in to comment.