Skip to content

Commit 5467f73

Browse files
committed
Prepare for next release
1 parent a1406d2 commit 5467f73

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# PythonQwt Releases
22

3+
## Version 0.11.1 (work in progress)
4+
5+
- ...
6+
37
## Version 0.11.0
48

59
- Dropped support for Python 3.7 and earlier

qwt/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
.. _GitHub: https://github.com/PlotPyStack/PythonQwt
2828
"""
2929

30-
__version__ = "0.11.0"
30+
__version__ = "0.11.1"
3131
QWT_VERSION_STR = "6.1.5"
3232

3333
import warnings

0 commit comments

Comments
 (0)