We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb1b588 commit 8e12cc0Copy full SHA for 8e12cc0
docs/conf.py
@@ -51,7 +51,7 @@
51
# The short X.Y version.
52
version = pytestqt.version
53
# The full version, including alpha/beta/rc tags.
54
-release = pytestqt.release
+release = pytestqt.version
55
56
# The language for content autogenerated by Sphinx. Refer to documentation
57
# for a list of supported languages.
pytestqt/__init__.py
@@ -26,7 +26,4 @@ def test_hello(qtbot):
26
27
'''
28
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'
+version = __version__ = '1.2.1'
0 commit comments