Skip to content

Commit

Permalink
Bump version to 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
brechtm committed Jul 28, 2020
1 parent a680917 commit e6d1804
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.4.2.dev
current_version = 0.4.2
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(?P<release>.*)
serialize =
{major}.{minor}.{patch}{release}
Expand Down
4 changes: 2 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Release History
---------------

Release 0.4.2.dev
~~~~~~~~~~~~~~~~~
Release 0.4.2 (2020-07-28)
~~~~~~~~~~~~~~~~~~~~~~~~~~

New Features:

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def get_version():
from datetime import date
from subprocess import check_output, CalledProcessError, DEVNULL

VERSION = '0.4.2.dev'
VERSION = '0.4.2'

try:
is_dirty = check_output(['git', 'status', '--porcelain'],
Expand Down
4 changes: 2 additions & 2 deletions src/rinoh/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = '0.4.2.dev'
__release_date__ = 'unreleased'
__version__ = '0.4.2'
__release_date__ = '2020-07-28'
2 changes: 1 addition & 1 deletion wininst.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[Application]
name=rinoh
version=0.4.2.dev
version=0.4.2
publisher=Opqode
entry_point=rinoh.tool:main
icon=icons/rinoh.ico
Expand Down

0 comments on commit e6d1804

Please sign in to comment.