Skip to content
This repository has been archived by the owner on Jan 7, 2022. It is now read-only.

Commit

Permalink
updated the version
Browse files Browse the repository at this point in the history
  • Loading branch information
chaitu210 committed Dec 11, 2018
1 parent 08380a9 commit 8cb68b2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@
# built documents.
#
# The short X.Y version.
version = '1.2'
version = '1.3'
# The full version, including alpha/beta/rc tags.
release = '1.2'
release = '1.3'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion sandbox/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Django==2.0
django-simple-pagination==1.2
django-simple-pagination==1.3
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

setup(
name='django-simple-pagination',
version='1.2',
version='1.3',
packages=['simple_pagination', 'simple_pagination.migrations', 'simple_pagination.templatetags'],
include_package_data=True,
description='A simple pagination app for Django.',
Expand All @@ -42,6 +42,6 @@
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
],
install_requires=[
"Django>=1.6.0,<=2.0",
"Django>=1.6.0",
],
)

0 comments on commit 8cb68b2

Please sign in to comment.