We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 516e170 + ba9c1ed commit c7b4a48Copy full SHA for c7b4a48
CHANGELOG.md
@@ -2,7 +2,7 @@
2
3
Notable differences from version 1.1.2.
4
5
-## Version 1.4.0 – 2022-12-29
+## Version 1.4.7 – 2023-04-22
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
+- Modify the InsertItem in `plotpanel.py` for Windows.
16
17
### Deprecated
18
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 = '1.4.6'
+FALLBACK_VERSION = '1.4.7'
19
20
# determine if we run with Python 3.
21
PY3 = (sys.version_info[0] == 3)
0 commit comments