Skip to content

Commit

Permalink
Updated year and bumped min Django version to match core Django
Browse files Browse the repository at this point in the history
  • Loading branch information
timmyomahony committed Jan 3, 2018
1 parent d671cd8 commit 11b1a4c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -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",
Expand All @@ -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},
Expand Down

0 comments on commit 11b1a4c

Please sign in to comment.