Skip to content

Commit

Permalink
bump to 19.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
benoitc committed Dec 29, 2015
1 parent 6439c3b commit e60bb1d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
5 changes: 5 additions & 0 deletions docs/source/2015-news.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ Changelog - 2015

Please see :doc:`news` for the latest changes.

19.4.3 / 2015/12/30
===================

- fix: don't check if a file is writable using os.stat (`:issue:`1171`)

19.4.2 / 2015/12/29
===================

Expand Down
5 changes: 5 additions & 0 deletions docs/source/news.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Changelog
=========

19.4.3 / 2015/12/30
===================

- fix: don't check if a file is writable using os.stat (`:issue:`1171`)

19.4.2 / 2015/12/29
===================

Expand Down
2 changes: 1 addition & 1 deletion gunicorn/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
# This file is part of gunicorn released under the MIT license.
# See the NOTICE for more information.

version_info = (19, 4, 2)
version_info = (19, 4, 3)
__version__ = ".".join([str(v) for v in version_info])
SERVER_SOFTWARE = "gunicorn/%s" % __version__

0 comments on commit e60bb1d

Please sign in to comment.