Skip to content

Commit 83b79f2

Browse files
committed
Bumping version to 1.2.0
1 parent 067d898 commit 83b79f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: pytestqt/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ def test_hello(qtbot):
2727
'''
2828

2929
# The short X.Y version.
30-
version = '1.2.0-rc.1'
30+
version = '1.2.0'
3131
# The full version, including alpha/beta/rc tags.
32-
release = '1.2.0-rc.1'
32+
release = '1.2.0'

0 commit comments

Comments
 (0)