mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
correct version is 19.3
since changes are added to the core, let's show it in versionning
This commit is contained in:
parent
e7a94744fa
commit
e5d0e1505f
@ -16,7 +16,7 @@
|
||||
<div class="logo-div">
|
||||
<div class="latest">
|
||||
Latest version: <strong><a
|
||||
href="http://docs.gunicorn.org/en/19.2.2/news.html#id1">19.2</a></strong>
|
||||
href="http://docs.gunicorn.org/en/19.3.0/news.html#id1">19.3</a></strong>
|
||||
</div>
|
||||
|
||||
<div class="logo"><img src="images/logo.jpg" ></div>
|
||||
|
||||
@ -6,8 +6,7 @@ Changelog - 2015
|
||||
|
||||
Please see :doc:`news` for the latest changes.
|
||||
|
||||
|
||||
19.2.2 / 2015/03/06
|
||||
19.3.0 / 2015/03/06
|
||||
===================
|
||||
|
||||
Changes
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
Changelog
|
||||
=========
|
||||
|
||||
19.2.2 / 2015/03/06
|
||||
19.3/0 / 2015/03/06
|
||||
===================
|
||||
|
||||
Changes
|
||||
|
||||
@ -3,6 +3,6 @@
|
||||
# This file is part of gunicorn released under the MIT license.
|
||||
# See the NOTICE for more information.
|
||||
|
||||
version_info = (19, 2, 2)
|
||||
version_info = (19, 3, 0)
|
||||
__version__ = ".".join([str(v) for v in version_info])
|
||||
SERVER_SOFTWARE = "gunicorn/%s" % __version__
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user