We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc279bb commit 6a95771Copy full SHA for 6a95771
CHANGES.rst
@@ -1,6 +1,16 @@
1
Changelog
2
=========
3
4
+- 0.9.5:
5
+ - Fix style selector alignment in spinner designer
6
+ - Remove ``Create a first release`` step from build workflow
7
+ - Reformat GitHub Actions workflows
8
+ - Remove pip caching
9
+ - Remove unused ``develop`` tox action
10
+ - Update setup-python action to 2.3.2
11
+ - Update changelog-generator action to 3.0.0
12
+ - Update info about ``load_stylesheet()`` in README
13
+
14
- 0.9.4:
15
- Generate changelog when creating new GitHub release
16
qrainbowstyle/__init__.py
@@ -98,7 +98,7 @@
98
import platform
99
import qrainbowstyle
100
101
-__version__ = "0.9.4"
+__version__ = "0.9.5"
102
103
_logger = logging.getLogger("qrainbowstyle")
104
0 commit comments