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

Commit 443ea69

Browse files
committed
Prepare for 1.6.0 on pypi
1 parent 752cbde commit 443ea69

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

setup.py

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
setup(
1010
name='django-bootstrap-pagination',
11-
version='1.5.2',
11+
version='1.6.0',
1212
keywords="django bootstrap pagination templatetag",
1313
author=u'Jason McClellan',
1414
author_email='jason@jasonmccllelan.net',
@@ -20,9 +20,21 @@
2020
zip_safe=False,
2121
include_package_data=True,
2222
classifiers=[
23-
"Development Status :: 3 - Alpha",
24-
"Framework :: Django",
23+
"Development Status :: 4 - Beta",
2524
"Intended Audience :: Developers",
2625
"License :: OSI Approved :: MIT License",
26+
"Framework :: Django",
27+
"Framework :: Django :: 1.4",
28+
"Framework :: Django :: 1.5",
29+
"Framework :: Django :: 1.6",
30+
"Framework :: Django :: 1.7",
31+
"Framework :: Django :: 1.8",
32+
"Framework :: Django :: 1.9",
33+
"Programming Language :: Python :: 2.6",
34+
"Programming Language :: Python :: 2.7",
35+
"Programming Language :: Python :: 3.2",
36+
"Programming Language :: Python :: 3.3",
37+
"Programming Language :: Python :: 3.4",
38+
"Programming Language :: Python :: 3.5",
2739
]
2840
)

0 commit comments

Comments
 (0)