Skip to content

Commit

Permalink
bumping version to 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoddemus committed Sep 10, 2014
1 parent bb1b588 commit 8e12cc0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
# The short X.Y version.
version = pytestqt.version
# The full version, including alpha/beta/rc tags.
release = pytestqt.release
release = pytestqt.version

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
5 changes: 1 addition & 4 deletions pytestqt/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,4 @@ def test_hello(qtbot):
'''

# The short X.Y version.
version = '1.2.0'
# The full version, including alpha/beta/rc tags.
release = '1.2.0'
version = __version__ = '1.2.1'

0 comments on commit 8e12cc0

Please sign in to comment.