Skip to content

Commit

Permalink
correct version is 19.3
Browse files Browse the repository at this point in the history
since changes are added to the core, let's show it in versionning
  • Loading branch information
benoitc committed Mar 6, 2015
1 parent e7a9474 commit e5d0e15
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
3 changes: 1 addition & 2 deletions docs/source/2015-news.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/source/news.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Changelog
=========

19.2.2 / 2015/03/06
19.3/0 / 2015/03/06
===================

Changes
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, 2, 2)
version_info = (19, 3, 0)
__version__ = ".".join([str(v) for v in version_info])
SERVER_SOFTWARE = "gunicorn/%s" % __version__

0 comments on commit e5d0e15

Please sign in to comment.