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 e23222a commit 36aec6cCopy full SHA for 36aec6c
HISTORY.rst
@@ -140,3 +140,10 @@ History
140
`1.0.0 Changelog <https://github.com/chopdgd/django-user-activities/compare/v0.5.11...v1.0.0>`_
141
142
* First production release
143
+
144
+1.1.0 (2019-11-26)
145
++++++++++++++++++++
146
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
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 1.0.0
+current_version = 1.1.0
3
commit = True
4
tag = True
5
user_activities/__init__.py
@@ -1 +1 @@
-__version__ = '1.0.0'
+__version__ = '1.1.0'
0 commit comments