Skip to content

Commit 0537773

Browse files
REL: bump up version to 1.4.6
1 parent 4fbdf6e commit 0537773

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,12 @@ Notable differences from version 1.1.2.
1111

1212
### Changed
1313

14+
- Update wxpython to 4.1.1, and remove incompatible align flags.
1415
### Deprecated
1516

1617
### Removed
1718

1819
### Fixed
1920

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
# Use this version when git data are not available, like in git zip archive.
1717
# Update when tagging a new release.
18-
FALLBACK_VERSION = '1.4.3'
18+
FALLBACK_VERSION = '1.4.6'
1919

2020
# determine if we run with Python 3.
2121
PY3 = (sys.version_info[0] == 3)

0 commit comments

Comments
 (0)