File tree Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 1
1
Release Notes
2
2
=============
3
3
4
+ v0.5.0
5
+ ------
6
+ * Add python 3.6 support
7
+ * Drop Django 1.8 support
8
+ * Add Django 1.10 support
9
+ * Add Django 1.11 support
10
+
4
11
v0.4.0
5
12
------
6
- * Fixed docs
13
+ * Add python 3.5 support
14
+ * Drop Django 1.7 support
7
15
8
16
v0.3.1
9
17
------
@@ -23,16 +31,13 @@ v0.1.8
23
31
24
32
v0.1.7
25
33
------
26
-
27
34
* Fixed upload to pypi
28
35
29
36
v0.1.6
30
37
------
31
-
32
38
* Updated for Django 1.7 compatibility
33
39
34
40
v0.1.4
35
41
------
36
-
37
42
* This release of django-db-mutex includes docs buildout
38
43
* python 3.3, 3.4 compatibility
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ def get_version():
44
44
],
45
45
license = 'MIT' ,
46
46
install_requires = [
47
- 'django>=1.7 ' ,
47
+ 'django>=1.8 ' ,
48
48
],
49
49
tests_require = [
50
50
'psycopg2' ,
You can’t perform that action at this time.
0 commit comments