diff --git a/LICENSE.txt b/LICENSE.txt index 776dfec..acfd230 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,4 +1,4 @@ -Copyright (c) 2016, Timmy O'Mahony +Copyright (c) 2018, Timmy O'Mahony All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/setup.py b/setup.py index f896e92..50d2424 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ def run(self): setup( name="django-pagedown", - version="0.1.3", + version="1.0.4", author="Timmy O'Mahony", author_email="hey@timmyomahony.com", url="https://github.com/timmyomahony/django-pagedown", @@ -36,7 +36,7 @@ def run(self): packages=['pagedown'], include_package_data=True, install_requires=[ - "Django >= 1.3", + "Django >= 1.8", ], license='LICENSE.txt', cmdclass={"build": build_with_submodules, "develop": develop_with_submodules},