diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 3ee9296..947442d 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.1 +current_version = 0.1.2 commit = True tag = True message = Release {new_version} diff --git a/HISTORY.rst b/HISTORY.rst index 93f3f87..2b60dc6 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,5 +1,7 @@ Changelog --------- +0.1.2 (2017-09-04) +~~~~~~~~~~~~~~~~~~~~~ - Uses Quill 1.3.2. [msom] diff --git a/setup.py b/setup.py index 58507af..f4f9fcb 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ description = ( 'Quill rich text editor integration for OneGov.' ) -version = '0.1.1' +version = '0.1.2' def get_long_description():