Skip to content

Commit f1339b2

Browse files
committed
UPD: bump version to 0.8.1, update changelog
1 parent 99ee00b commit f1339b2

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGES.rst

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

4+
- 0.8.1:
5+
- Fix file with capitalized name not commited to GH
6+
- Do not use titlebar signal to close window
7+
48
- 0.8.0:
59
- Refactor code in windows module
610
- Add Windows API support

qrainbowstyle/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
import platform
8989
import qrainbowstyle
9090

91-
__version__ = "0.8"
91+
__version__ = "0.8.1"
9292

9393
_logger = logging.getLogger("qrainbowstyle")
9494

0 commit comments

Comments
 (0)