diff --git a/HISTORY.rst b/HISTORY.rst index cd8a23bb..a4c7ed25 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -147,3 +147,10 @@ History `1.1.0 Changelog `_ * Updated character limit to comments/reviews + +1.2.0 (2020-01-24) ++++++++++++++++++++ + +`1.2.0 Changelog `_ + +* Changed comment fields to TextField diff --git a/setup.cfg b/setup.cfg index b960ab8d..127a7216 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.1.0 +current_version = 1.2.0 commit = True tag = True diff --git a/user_activities/__init__.py b/user_activities/__init__.py index 1a72d32e..58d478ab 100644 --- a/user_activities/__init__.py +++ b/user_activities/__init__.py @@ -1 +1 @@ -__version__ = '1.1.0' +__version__ = '1.2.0'