Skip to content

Commit

Permalink
Bump the version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brechtm committed Nov 23, 2016
1 parent c5ecb5e commit cacb886
Show file tree
Hide file tree
Showing 4 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.3.0.dev
current_version = 0.3.0
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(?P<release>.*)
serialize =
{major}.{minor}.{patch}{release}
Expand Down
6 changes: 3 additions & 3 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Release History
---------------

Release 0.3.0.dev
~~~~~~~~~~~~~~~~~
Release 0.3.0 (2016-11-23)
~~~~~~~~~~~~~~~~~~~~~~~~~~

New Features:

Expand Down Expand Up @@ -30,7 +30,7 @@ New Features:
not mapped
* validate the default value passed to an Attribute
* preliminary support for writing a style sheet to an INI file, listing default
values for non-specified attributes
values for non-specified attributes (#23)

Changed:

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

setup(
name='rinohtype',
version='0.3.0.dev',
version='0.3.0',
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.3.0.dev'
__release_date__ = 'unreleased'
__version__ = '0.3.0'
__release_date__ = '2016-11-23'

0 comments on commit cacb886

Please sign in to comment.