X-Git-Url: https://git.mdrn.pl/fnpdjango.git/blobdiff_plain/37f4488273c93928f2d6e89fda3c0aefcd42db43..e72e716a3a7088b07e5b2f3af87fe5a18adfbb64:/setup.py diff --git a/setup.py b/setup.py index b00ffd4..f2ca0dc 100755 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ def whole_trees(package_dir, paths): setup( name='fnpdjango', - version='0.1.4', + version='0.1.6', author='Radek Czajka', author_email='radoslaw.czajka@nowoczesnapolska.org.pl', url = '', @@ -37,7 +37,7 @@ setup( 'bin/fnpdjango_bootstrap.sh', ], install_requires=[ - 'django>=1.4,<1.5', + 'django>=1.4,<1.6', 'textile', ], license='LICENSE',