Skip to content

Commit 6a95771

Browse files
committed
UPD: changelog, bump version to 0.9.5
1 parent bc279bb commit 6a95771

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGES.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
Changelog
22
=========
33

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+
414
- 0.9.4:
515
- Generate changelog when creating new GitHub release
616

qrainbowstyle/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
import platform
9999
import qrainbowstyle
100100

101-
__version__ = "0.9.4"
101+
__version__ = "0.9.5"
102102

103103
_logger = logging.getLogger("qrainbowstyle")
104104

0 commit comments

Comments
 (0)