We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fbdf6e commit 0537773Copy full SHA for 0537773
2 files changed
CHANGELOG.md
@@ -11,10 +11,12 @@ Notable differences from version 1.1.2.
11
12
### Changed
13
14
+- Update wxpython to 4.1.1, and remove incompatible align flags.
15
### Deprecated
16
17
### Removed
18
19
### Fixed
20
-- Incompatible conversion between bytes and str from py2 to py3.
21
+- Incompatible conversion between bytes and str from py2 to py3.
22
+- Replace the deprecated `Thread.isAlive()` with `Thread.is_alive()`.
setup.py
@@ -15,7 +15,7 @@
# Use this version when git data are not available, like in git zip archive.
# Update when tagging a new release.
-FALLBACK_VERSION = '1.4.3'
+FALLBACK_VERSION = '1.4.6'
# determine if we run with Python 3.
PY3 = (sys.version_info[0] == 3)
0 commit comments