File tree Expand file tree Collapse file tree 4 files changed +8
-7
lines changed Expand file tree Collapse file tree 4 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -3,11 +3,11 @@ language: python
33python :
44 - ' 2.7'
55 - ' 3.4'
6+ - ' 3.5'
67env :
78 global :
89 - DB=postgres
910 matrix :
10- - DJANGO=">=1.7,<1.8"
1111 - DJANGO=">=1.8,<1.9"
1212 - DJANGO=">=1.9,<1.10"
1313install :
Original file line number Diff line number Diff line change 1- __version__ = '0.3.1 '
1+ __version__ = '0.4.0 '
Original file line number Diff line number Diff line change 11Release Notes
22=============
33
4+ v0.4.0
5+ ------
6+ * Add python 3.5 support, drop django 1.7 support
7+
48v0.3.1
59------
610* Fixed docs
@@ -19,16 +23,13 @@ v0.1.8
1923
2024v0.1.7
2125------
22-
2326* Fixed upload to pypi
2427
2528v0.1.6
2629------
27-
2830* Updated for Django 1.7 compatibility
2931
3032v0.1.4
3133------
32-
3334* This release of django-db-mutex includes docs buildout
3435* python 3.3, 3.4 compatibility
Original file line number Diff line number Diff line change @@ -32,17 +32,17 @@ def get_version():
3232 'Programming Language :: Python' ,
3333 'Programming Language :: Python :: 2.7' ,
3434 'Programming Language :: Python :: 3.4' ,
35+ 'Programming Language :: Python :: 3.5' ,
3536 'Intended Audience :: Developers' ,
3637 'License :: OSI Approved :: MIT License' ,
3738 'Operating System :: OS Independent' ,
3839 'Framework :: Django' ,
39- 'Framework :: Django :: 1.7' ,
4040 'Framework :: Django :: 1.8' ,
4141 'Framework :: Django :: 1.9' ,
4242 ],
4343 license = 'MIT' ,
4444 install_requires = [
45- 'django>=1.7 ' ,
45+ 'django>=1.8 ' ,
4646 ],
4747 tests_require = [
4848 'psycopg2>=2.4.5' ,
You can’t perform that action at this time.
0 commit comments