Skip to content

Commit 88b9c0d

Browse files
committed
merge conflicts
2 parents a0e8fe4 + 9cef4ef commit 88b9c0d

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

docs/release_notes.rst

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
11
Release Notes
22
=============
33

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+
411
v0.4.0
512
------
6-
* Fixed docs
13+
* Add python 3.5 support
14+
* Drop Django 1.7 support
715

816
v0.3.1
917
------
@@ -23,16 +31,13 @@ v0.1.8
2331

2432
v0.1.7
2533
------
26-
2734
* Fixed upload to pypi
2835

2936
v0.1.6
3037
------
31-
3238
* Updated for Django 1.7 compatibility
3339

3440
v0.1.4
3541
------
36-
3742
* This release of django-db-mutex includes docs buildout
3843
* python 3.3, 3.4 compatibility

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def get_version():
4444
],
4545
license='MIT',
4646
install_requires=[
47-
'django>=1.7',
47+
'django>=1.8',
4848
],
4949
tests_require=[
5050
'psycopg2',

0 commit comments

Comments
 (0)