Skip to content

Commit

Permalink
prepare 0.9.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
vstinner committed Jul 29, 2019
1 parent 9b47e75 commit 2cea337
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions doc/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Changelog
=========

Version 0.9.1
-------------
Version 0.9.1 (2019-07-29)
--------------------------

* Enable hg_startup on Python 3
* Fix compatibility with Python 3.8 beta 2
Expand Down
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
# built documents.
#
# The short X.Y version.
version = release = '0.9.0'
version = release = '0.9.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion pyperformance/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
VERSION = (0, 9, 0)
VERSION = (0, 9, 1)
__version__ = '.'.join(map(str, VERSION))

0 comments on commit 2cea337

Please sign in to comment.