Skip to content
This repository was archived by the owner on Apr 17, 2021. It is now read-only.

Commit 60805c6

Browse files
committed
Prepare for 1.7.0 release
1 parent 397aaf8 commit 60805c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@
1313

1414
setup(
1515
name='django-bootstrap-pagination',
16-
version='1.6.4',
16+
version='1.7.0',
1717
keywords="django bootstrap pagination templatetag",
1818
author=u'Jason McClellan<jason@jasonmcclellan.io>, Koert van der Veer<koert@ondergetekende.nl>',
1919
author_email='jason@jasonmccllelan.io',
2020
packages=find_packages(),
2121
url='https://github.com/jmcclell/django-bootstrap-pagination',
2222
license='MIT licence, see LICENCE',
23-
description='Render Django Page objects as Bootstrap 3.x Pagination compatible HTML',
23+
description='Render Django Page objects as Bootstrap 3.x/4.x Pagination compatible HTML',
2424
long_description=readme_text,
2525
zip_safe=False,
2626
include_package_data=True,

0 commit comments

Comments
 (0)