Skip to content

Commit c7b4a48

Browse files
Merge pull request #88 from dragonyanglong/next
REL: bump up version to 1.4.7
2 parents 516e170 + ba9c1ed commit c7b4a48

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 1.4.02022-12-29
5+
## Version 1.4.72023-04-22
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+
- Modify the InsertItem in `plotpanel.py` for Windows.
1516

1617
### Deprecated
1718

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 = '1.4.6'
18+
FALLBACK_VERSION = '1.4.7'
1919

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

0 commit comments

Comments
 (0)