Skip to content

Commit

Permalink
UPD: bump version to 0.9.6, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
desty2k committed Feb 21, 2022
1 parent d4ac843 commit 4a8cd42
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changelog
=========

- 0.9.6:
- Cast ``floats`` to ``ints`` to fix TypeErrors in new Qt version
- Install Qt message handler in spinner designer
- Fix typos

- 0.9.5:
- Fix style selector alignment in spinner designer
- Remove ``Create a first release`` step from build workflow
Expand Down
2 changes: 1 addition & 1 deletion qrainbowstyle/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
import platform
import qrainbowstyle

__version__ = "0.9.5"
__version__ = "0.9.6"

_logger = logging.getLogger("qrainbowstyle")

Expand Down

0 comments on commit 4a8cd42

Please sign in to comment.