Skip to content

Commit 8e12cc0

Browse files
committed
bumping version to 1.2.1
1 parent bb1b588 commit 8e12cc0

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
# The short X.Y version.
5252
version = pytestqt.version
5353
# The full version, including alpha/beta/rc tags.
54-
release = pytestqt.release
54+
release = pytestqt.version
5555

5656
# The language for content autogenerated by Sphinx. Refer to documentation
5757
# for a list of supported languages.

pytestqt/__init__.py

+1-4
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,4 @@ def test_hello(qtbot):
2626
2727
'''
2828

29-
# The short X.Y version.
30-
version = '1.2.0'
31-
# The full version, including alpha/beta/rc tags.
32-
release = '1.2.0'
29+
version = __version__ = '1.2.1'

0 commit comments

Comments
 (0)