Skip to content

Commit fbd950e

Browse files
committed
Bump version: 1.1.0 → 1.2.0
1 parent 91b2826 commit fbd950e

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

HISTORY.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,3 +147,10 @@ History
147147
`1.1.0 Changelog <https://github.com/chopdgd/django-user-activities/compare/v1.0.0...v1.1.0>`_
148148

149149
* Updated character limit to comments/reviews
150+
151+
1.2.0 (2020-01-24)
152+
+++++++++++++++++++
153+
154+
`1.2.0 Changelog <https://github.com/chopdgd/django-user-activities/compare/v1.1.0...v1.2.0>`_
155+
156+
* Changed comment fields to TextField

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.1.0
2+
current_version = 1.2.0
33
commit = True
44
tag = True
55

user_activities/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '1.1.0'
1+
__version__ = '1.2.0'

0 commit comments

Comments
 (0)