We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91b2826 commit fbd950eCopy full SHA for fbd950e
HISTORY.rst
@@ -147,3 +147,10 @@ History
147
`1.1.0 Changelog <https://github.com/chopdgd/django-user-activities/compare/v1.0.0...v1.1.0>`_
148
149
* 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
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 1.1.0
+current_version = 1.2.0
3
commit = True
4
tag = True
5
user_activities/__init__.py
@@ -1 +1 @@
-__version__ = '1.1.0'
+__version__ = '1.2.0'
0 commit comments