Skip to content

Commit

Permalink
issue #65 : prepare release 0.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
zerwes committed Nov 29, 2023
1 parent f9c17cc commit 29ff450
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ pypiuploadtest: pypi pypiuploaddo
pypiupload: pypi pypiuploaddo
pypiuploaddo: pypi
# set use-agent in ~/.gnupg/gpg.conf to use the agent
rm -rf dist/HiYaPyCo-*.egg*
twine upload --verbose -s -i $(GPGKEY) -r $(PYPIREPO) dist/*
@echo "test the result at: $(PYPIREPOURL)"

Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ See
Changelog
---------

0.5.3
0.5.4
~~~~~~

FIXED: #60 recursive calls to _substmerge
Expand Down
4 changes: 2 additions & 2 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
hiyapyco (0.5.3-1) stable; urgency=medium
hiyapyco (0.5.4-1) stable; urgency=medium

* release version 0.5.3
* release version 0.5.4

-- Klaus Zerwes zero-sys.net <zerwes@users.noreply.github.com> Wed, 29 Nov 2023 12:33:15 +0100

Expand Down
2 changes: 1 addition & 1 deletion hiyapyco/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION='0.5.3'
VERSION='0.5.4'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
basepath = os.path.dirname(os.path.realpath(__file__))
sys.path.insert(0, os.path.dirname(basepath))

HIYAPYCOVERSION='0.5.3'
HIYAPYCOVERSION='0.5.4'

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

Expand Down

0 comments on commit 29ff450

Please sign in to comment.