diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 067f895..2c23de4 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.37.0 +current_version = 0.38.0 commit = True tag = True message = Release {new_version} diff --git a/HISTORY.rst b/HISTORY.rst index a4dcc62..27648cf 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,5 +1,7 @@ Changelog --------- +0.38.0 (2018-10-08) +~~~~~~~~~~~~~~~~~~~ - Uses the yubikey identity function from the core. [href] diff --git a/setup.py b/setup.py index 8695ad7..7bd4dc2 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ description = ( 'Common OneGov form library based on WTForms.' ) -version = '0.37.0' +version = '0.38.0' def get_long_description():