Skip to content

Commit e60bb1d

Browse files
committed
bump to 19.4.3
1 parent 6439c3b commit e60bb1d

3 files changed

Lines changed: 11 additions & 1 deletion

File tree

docs/source/2015-news.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ Changelog - 2015
66

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

9+
19.4.3 / 2015/12/30
10+
===================
11+
12+
- fix: don't check if a file is writable using os.stat (`:issue:`1171`)
13+
914
19.4.2 / 2015/12/29
1015
===================
1116

docs/source/news.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
Changelog
33
=========
44

5+
19.4.3 / 2015/12/30
6+
===================
7+
8+
- fix: don't check if a file is writable using os.stat (`:issue:`1171`)
9+
510
19.4.2 / 2015/12/29
611
===================
712

gunicorn/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
# This file is part of gunicorn released under the MIT license.
44
# See the NOTICE for more information.
55

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

0 commit comments

Comments
 (0)