Skip to content

Commit

Permalink
Release of 0.12.18
Browse files Browse the repository at this point in the history
Bugfix release to improve Python 3.8+ support
  • Loading branch information
defnull committed Dec 1, 2019
1 parent 6927a6b commit 1d531f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bottle.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
from __future__ import with_statement

__author__ = 'Marcel Hellkamp'
__version__ = '0.12.17'
__version__ = '0.12.18'
__license__ = 'MIT'

# The gevent server adapter needs to patch some modules before they are imported
Expand Down

0 comments on commit 1d531f7

Please sign in to comment.