File tree Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -133,3 +133,10 @@ History
133
133
`0.5.11 Changelog <https://github.com/chopdgd/django-user-activities/compare/v0.5.10...v0.5.11 >`_
134
134
135
135
* Updated 3rd party requirements.
136
+
137
+ 1.0.0 (2019-11-01)
138
+ +++++++++++++++++++
139
+
140
+ `1.0.0 Changelog <https://github.com/chopdgd/django-user-activities/compare/v0.5.11...v1.0.0 >`_
141
+
142
+ * First production release
Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.5.11
2
+ current_version = 1.0.0
3
3
commit = True
4
4
tag = True
5
5
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ def parse_requirements():
67
67
zip_safe = False ,
68
68
keywords = 'django-user-activities' ,
69
69
classifiers = [
70
- 'Development Status :: 4 - Beta ' ,
70
+ 'Development Status :: 5 - Production/Stable ' ,
71
71
'Framework :: Django :: 2.0' ,
72
72
'Framework :: Django :: 2.1' ,
73
73
'Framework :: Django :: 2.2' ,
Original file line number Diff line number Diff line change 1
- __version__ = '0.5.11 '
1
+ __version__ = '1.0.0 '
You can’t perform that action at this time.
0 commit comments