Skip to content

Commit

Permalink
Bump the version to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
brechtm committed Aug 18, 2016
1 parent 9cdcf86 commit d7a855e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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.2.1.dev
current_version = 0.2.1
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.2.1.dev
~~~~~~~~~~~~~~~~~
Release 0.2.1 (2016-08-18)
~~~~~~~~~~~~~~~~~~~~~~~~~~

New Features:

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def long_description():

setup(
name='rinohtype',
version='0.2.1.dev',
version='0.2.1',
packages=find_packages('src'),
package_dir={'': 'src'},
include_package_data=True,
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.2.1.dev'
__release_date__ = 'unreleased'
__version__ = '0.2.1'
__release_date__ = '2016-08-18'

0 comments on commit d7a855e

Please sign in to comment.