Skip to content

Commit

Permalink
Fixed version, prepared for release
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreRaybaut committed Oct 3, 2023
1 parent 8eaac98 commit 228bc77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
# PythonQwt Releases

## Version 0.10.4
## Version 0.10.3

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

## Version 0.10.3

- Moved project to the [PlotPyStack](https://github.com/PlotPyStack) organization.

- Unit tests: added support for ``pytest`` and ``coverage`` (60% coverage as of today)
Expand Down
2 changes: 1 addition & 1 deletion qwt/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
.. _GitHub: https://github.com/PlotPyStack/PythonQwt
"""

__version__ = "0.10.4"
__version__ = "0.10.3"
QWT_VERSION_STR = "6.1.5"

import warnings
Expand Down

0 comments on commit 228bc77

Please sign in to comment.