X-Git-Url: https://git.mdrn.pl/fnpdjango.git/blobdiff_plain/244ba8cd76ef0ea65d10b4a7c5e38ae3aae1d0be..5ef0c244216d61308c3b0154186421ddbf801553:/setup.py?ds=sidebyside diff --git a/setup.py b/setup.py index 174c6c0..f2ca0dc 100755 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ def whole_trees(package_dir, paths): setup( name='fnpdjango', - version='0.1.5', + 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',