Skip to content

Commit 9722677

Browse files
committed
fixes packaging
1 parent b1f7310 commit 9722677

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGES

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
1-
Release 2.1
2-
-----------
1+
Release 2.1.1
2+
-------------
3+
* fixes packaging
4+
5+
Release 2.1 ( not released on pypi)
6+
-----------------------------------
37
* drop support Python < 3.5
48
* add support Django 2.2 / 3.0
59
* drop support Django < 1.11

README.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ Links
9595

9696
_list-editable: https://django-concurrency.readthedocs.org/en/latest/admin.html#list-editable
9797

98+
.. _list-editable: https://django-concurrency.readthedocs.org/en/latest/admin.html#list-editable
9899

99100
.. _django-locking: https://github.com/stdbrouw/django-locking
100101

@@ -111,3 +112,5 @@ _list-editable: https://django-concurrency.readthedocs.org/en/latest/admin.html#
111112
.. image:: https://badges.gitter.im/Join%20Chat.svg
112113
:alt: Join the chat at https://gitter.im/saxix/django-concurrency
113114
: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

src/concurrency/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
__author__ = 'sax'
22
default_app_config = 'concurrency.apps.ConcurrencyConfig'
33

4-
VERSION = __version__ = "2.1"
4+
VERSION = __version__ = "2.1.1"
55
NAME = 'django-concurrency'

0 commit comments

Comments
 (0)