We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 41d4ac2 + 03a31e3 commit 00491e9Copy full SHA for 00491e9
.travis.yml
@@ -9,6 +9,7 @@ env:
9
matrix:
10
- DJANGO=">=1.7,<1.8"
11
- DJANGO=">=1.8,<1.9"
12
+ - DJANGO=">=1.9,<1.10"
13
install:
14
- pip install -q coverage flake8 Django$DJANGO django-nose>=1.4
15
before_script:
dynamic_initial_data/version.py
@@ -1 +1 @@
1
-__version__ = '0.5.5'
+__version__ = '0.6.0'
setup.py
@@ -39,7 +39,7 @@ def get_version():
39
license='MIT',
40
install_requires=[
41
'django>=1.7',
42
- 'django-manager-utils>=0.8.2',
+ 'django-manager-utils>=0.9.1',
43
],
44
tests_require=[
45
'psycopg2',
0 commit comments