Skip to content

Commit 8a3be69

Browse files
Merge pull request #262 from fredrikaverpil/release/1.1.0
Release 1.1.0
2 parents 7d8fc19 + 13009f0 commit 8a3be69

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Qt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
import shutil
4444

4545

46-
__version__ = "1.1.0.b11"
46+
__version__ = "1.1.0"
4747

4848
# Enable support for `from Qt import *`
4949
__all__ = []

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Qt.py enables you to write software that runs on any of the 4 supported bindings
1111

1212
| Date | Version | Event
1313
|:---------|:----------|:----------
14+
| Dec 2017 | [1.1.0][] | Adds new test suite, new members
1415
| Mar 2017 | [1.0.0][] | Increased safety, **backwards incompatible**
1516
| Sep 2016 | [0.6.9][] | Stable release
1617
| Sep 2016 | [0.5.0][] | Alpha release of `--convert`
@@ -22,6 +23,7 @@ Qt.py enables you to write software that runs on any of the 4 supported bindings
2223
[0.5.0]: https://github.com/mottosso/Qt.py/releases/tag/0.5.0
2324
[0.6.9]: https://github.com/mottosso/Qt.py/releases/tag/0.6.9
2425
[1.0.0]: https://github.com/mottosso/Qt.py/releases/tag/1.0.0
26+
[1.1.0]: https://github.com/mottosso/Qt.py/releases/tag/1.1.0
2527

2628
##### Guides
2729

0 commit comments

Comments
 (0)