8000 bump version · alex-python/gunicorn@1d00c5e · GitHub
[go: up one dir, main page]

Skip to content

Commit 1d00c5e

Browse files
committed
bump version
1 parent 239010a commit 1d00c5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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 = (0, 12, 1)
6+
version_info = (0, 12, 2)
77
__version__ = ".".join(map(str, version_info))
88
SERVER_SOFTWARE = "gunicorn/%s" % __version__

0 commit comments

Comments
 (0)
0