File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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+
91419.4.2 / 2015/12/29
1015===================
1116
Original file line number Diff line number Diff line change 22Changelog
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+
51019.4.2 / 2015/12/29
611===================
712
Original file line number Diff line number Diff line change 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 ])
88SERVER_SOFTWARE = "gunicorn/%s" % __version__
You can’t perform that action at this time.
0 commit comments