Skip to content

Commit

Permalink
Prepare release 1.0.4 (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
pablogsal authored Jan 26, 2022
1 parent 7b17664 commit 034f58b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions doc/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Changelog
=========

Version 1.0.4 (2022-01-25)
-------------

* Re-release support for user-defined benchmark after fixing problem
with virtual environments.

Version 1.0.3 (2021-12-20)
-------------

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 = '1.0.3'
version = release = '1.0.4'

# 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
Expand Up @@ -2,7 +2,7 @@
import sys


VERSION = (1, 0, 3)
VERSION = (1, 0, 4)
__version__ = '.'.join(map(str, VERSION))


Expand Down

0 comments on commit 034f58b

Please sign in to comment.