File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 4343import shutil
4444
4545
46- __version__ = "1.1.0.b11 "
46+ __version__ = "1.1.0"
4747
4848# Enable support for `from Qt import *`
4949__all__ = []
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments