Skip to content

Commit bd518ac

Browse files
REL: bump version into v2.0.3
1 parent 450014c commit bd518ac

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Notable differences from version 1.1.2.
44

5-
## Version 2.0.2 – 2023-05-14
5+
## Version 2.0.3 – 2023-05-18
66

77
### Added
88

@@ -22,3 +22,5 @@ Notable differences from version 1.1.2.
2222
### Fixed
2323

2424
- 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

+1-1
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 = '2.0.2'
18+
FALLBACK_VERSION = '2.0.3'
1919

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

0 commit comments

Comments
 (0)