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

Commit e220605

Browse files
committed
Bumped version
1 parent 100dcd6 commit e220605

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,19 @@
88

99
setup(
1010
name='django-bootstrap-pagination',
11-
version='1.0',
11+
version='1.5.0',
1212
keywords="django bootstrap pagination templatetag",
1313
author=u'Jason McClellan',
1414
author_email='[email protected]',
1515
packages=find_packages(),
1616
url='https://github.com/jmcclell/django-bootstrap-pagination',
1717
license='MIT licence, see LICENCE',
18-
description='Render Django Page objects as Bootstrap 2.x Pagination compatible HTML',
18+
description='Render Django Page objects as Bootstrap 3.x Pagination compatible HTML',
1919
long_description=readme_text.encode('UTF-8'),
2020
zip_safe=False,
2121
include_package_data=True,
2222
classifiers=[
23-
"Development Status :: 5 - Production/Stable",
23+
"Development Status :: 3 - Alpha",
2424
"Framework :: Django",
2525
"Intended Audience :: Developers",
2626
"License :: OSI Approved :: MIT License",

0 commit comments

Comments
 (0)