We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 450014c commit bd518acCopy full SHA for bd518ac
CHANGELOG.md
@@ -2,7 +2,7 @@
2
3
Notable differences from version 1.1.2.
4
5
-## Version 2.0.2 – 2023-05-14
+## Version 2.0.3 – 2023-05-18
6
7
### Added
8
@@ -22,3 +22,5 @@ Notable differences from version 1.1.2.
22
### Fixed
23
24
- Incompatible conversion between bytes and str from py2 to py3.
25
+- The `listCtrlFiles.InsertItem` error in windows.
26
+- Make the string parser in doping series working.
setup.py
@@ -15,7 +15,7 @@
15
16
# Use this version when git data are not available, like in git zip archive.
17
# Update when tagging a new release.
18
-FALLBACK_VERSION = '2.0.2'
+FALLBACK_VERSION = '2.0.3'
19
20
# determine if we run with Python 3.
21
PY3 = (sys.version_info[0] == 3)
0 commit comments