File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 1
- Release 2.1
2
- -----------
1
+ Release 2.1.1
2
+ -------------
3
+ * fixes packaging
4
+
5
+ Release 2.1 ( not released on pypi)
6
+ -----------------------------------
3
7
* drop support Python < 3.5
4
8
* add support Django 2.2 / 3.0
5
9
* drop support Django < 1.11
Original file line number Diff line number Diff line change 95
95
96
96
_list-editable: https://django-concurrency.readthedocs.org/en/latest/admin.html#list-editable
97
97
98
+ .. _list-editable : https://django-concurrency.readthedocs.org/en/latest/admin.html#list-editable
98
99
99
100
.. _django-locking : https://github.com/stdbrouw/django-locking
100
101
@@ -111,3 +112,5 @@ _list-editable: https://django-concurrency.readthedocs.org/en/latest/admin.html#
111
112
.. image :: https://badges.gitter.im/Join%20Chat.svg
112
113
:alt: Join the chat at https://gitter.im/saxix/django-concurrency
113
114
:target: https://gitter.im/saxix/django-concurrency?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge
115
+
116
+ .. [1 ] http://en.wikipedia.org/wiki/Optimistic_concurrency_control
Original file line number Diff line number Diff line change 1
1
__author__ = 'sax'
2
2
default_app_config = 'concurrency.apps.ConcurrencyConfig'
3
3
4
- VERSION = __version__ = "2.1"
4
+ VERSION = __version__ = "2.1.1 "
5
5
NAME = 'django-concurrency'
You can’t perform that action at this time.
0 commit comments