Skip to content

Commit 5e4a520

Browse files
REL: bump up version to 2.0.2
1 parent 28cd14d commit 5e4a520

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

+2-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.1 – 2023-05-11
5+
## Version 2.0.2 – 2023-05-14
66

77
### Added
88

@@ -12,6 +12,7 @@ Notable differences from version 1.1.2.
1212
### Changed
1313

1414
- Update wxpython to 4.1.1 and remove incompatible align flags.
15+
- Update configparser use strict as False.
1516
- Update tutorial project files for py3.
1617

1718
### Deprecated

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

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

0 commit comments

Comments
 (0)