We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28cd14d commit 5e4a520Copy full SHA for 5e4a520
CHANGELOG.md
@@ -2,7 +2,7 @@
2
3
Notable differences from version 1.1.2.
4
5
-## Version 2.0.1 – 2023-05-11
+## Version 2.0.2 – 2023-05-14
6
7
### Added
8
@@ -12,6 +12,7 @@ Notable differences from version 1.1.2.
12
### Changed
13
14
- Update wxpython to 4.1.1 and remove incompatible align flags.
15
+- Update configparser use strict as False.
16
- Update tutorial project files for py3.
17
18
### Deprecated
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 = '2.0.1'
+FALLBACK_VERSION = '2.0.2'
19
20
# determine if we run with Python 3.
21
PY3 = (sys.version_info[0] == 3)
0 commit comments