Skip to content

Commit 25ef85c

Browse files
committed
Prepare for next release
1 parent 0396feb commit 25ef85c

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# PythonQwt Releases
22

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

59
- Fixed remaining `QwtPainter.drawPixmap` call
610

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.1"
30+
__version__ = "0.11.2"
3131
QWT_VERSION_STR = "6.1.5"
3232

3333
import warnings

0 commit comments

Comments
 (0)