Skip to content
This repository has been archived by the owner on Sep 5, 2019. It is now read-only.

Commit

Permalink
Release 0.31.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis Krienbühl committed Jan 24, 2018
1 parent 4f7b7c1 commit de8c612
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.30.0
current_version = 0.31.0
commit = True
tag = True
message = Release {new_version}
Expand Down
2 changes: 2 additions & 0 deletions HISTORY.rst
@@ -1,5 +1,7 @@
Changelog
---------
0.31.0 (2018-01-24)
~~~~~~~~~~~~~~~~~~~

- Adds an Optional validator that does not ignore "data" and defaults to it.
[href]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -4,7 +4,7 @@
description = (
'Common OneGov form library based on WTForms.'
)
version = '0.30.0'
version = '0.31.0'


def get_long_description():
Expand Down

0 comments on commit de8c612

Please sign in to comment.