Skip to content

Commit 228bc77

Browse files
committed
Fixed version, prepared for release
1 parent 8eaac98 commit 228bc77

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

CHANGELOG.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
# PythonQwt Releases
22

3-
## Version 0.10.4
3+
## Version 0.10.3
44

55
- [Issue #79](https://github.com/PlotPyStack/PythonQwt/issues/79) - TypeError: unexpected type 'QSize' (thanks to @luc-j-bourhis)
66

7-
## Version 0.10.3
8-
97
- Moved project to the [PlotPyStack](https://github.com/PlotPyStack) organization.
108

119
- Unit tests: added support for ``pytest`` and ``coverage`` (60% coverage as of today)

qwt/__init__.py

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

30-
__version__ = "0.10.4"
30+
__version__ = "0.10.3"
3131
QWT_VERSION_STR = "6.1.5"
3232

3333
import warnings

0 commit comments

Comments
 (0)