Skip to content

Commit efd6920

Browse files
committed
prepare release 0.5.5
1 parent cf505d2 commit efd6920

File tree

4 files changed

+13
-2
lines changed

4 files changed

+13
-2
lines changed

README.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -331,6 +331,11 @@ See
331331
Changelog
332332
---------
333333

334+
0.5.5
335+
~~~~~~
336+
337+
FIXED: #67 cosmetic changes
338+
334339
0.5.4
335340
~~~~~~
336341

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
hiyapyco (0.5.5-1) stable; urgency=medium
2+
3+
* release version 0.5.5
4+
5+
-- Klaus Zerwes zero-sys.net <[email protected]> Sat, 13 Apr 2024 10:41:28 +0200
6+
17
hiyapyco (0.5.4-1) stable; urgency=medium
28

39
* release version 0.5.4

hiyapyco/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION='0.5.4'
1+
VERSION='0.5.5'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
basepath = os.path.dirname(os.path.realpath(__file__))
99
sys.path.insert(0, os.path.dirname(basepath))
1010

11-
HIYAPYCOVERSION='0.5.4'
11+
HIYAPYCOVERSION='0.5.5'
1212

1313
long_description = open('README.rst').read()
1414

0 commit comments

Comments
 (0)