Skip to content

Commit aa3b381

Browse files
committed
Bump version to 1.5.4
1 parent e688b76 commit aa3b381

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

setup.py

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def read(*rnames):
2727

2828
setup(
2929
name="djangosaml2",
30-
version="1.5.3",
30+
version="1.5.4",
3131
description="pysaml2 integration for Django",
3232
long_description=read("README.md"),
3333
long_description_content_type="text/markdown",
@@ -61,9 +61,5 @@ def read(*rnames):
6161
packages=find_packages(exclude=["tests", "tests.*"]),
6262
include_package_data=True,
6363
zip_safe=False,
64-
install_requires=[
65-
"defusedxml>=0.4.1",
66-
"Django>=2.2,<5",
67-
"pysaml2>=6.5.1",
68-
],
64+
install_requires=["defusedxml>=0.4.1", "Django>=2.2,<5", "pysaml2>=6.5.1"],
6965
)

0 commit comments

Comments
 (0)