From bdc7c089899646a93d40828bab1a0eec22262d45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Denis=20Krienb=C3=BChl?= Date: Wed, 3 Jun 2015 15:47:55 +0200 Subject: [PATCH] Release 0.4.1 --- .bumpversion.cfg | 2 +- HISTORY.rst | 3 +++ setup.py | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 0bc3ec4..21c7716 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.4.0 +current_version = 0.4.1 commit = True tag = True message = Release {new_version} diff --git a/HISTORY.rst b/HISTORY.rst index 6cc951b..3b71f71 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -4,6 +4,9 @@ Changelog Unreleased ~~~~~~~~~~ +0.4.1 (2015-06-03) +~~~~~~~~~~~~~~~~~~~ + - Stores a checksum with each form definition and submission. [href] diff --git a/setup.py b/setup.py index a7f37a4..c583d17 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ description = ( 'Common OneGov form library based on WTForms.' ) -version = '0.4.0' +version = '0.4.1' def get_long_description():