Skip to content

Commit

Permalink
v0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrouchy committed Jan 15, 2020
1 parent 3fde63e commit 57d32b1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ dist
*.egg-info
build
*.ropeproject
.python-version
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

setup(
name="django-stronghold",
version="0.3.1",
version="0.3.2",
description="Get inside your stronghold and make all your Django views default login_required",
url="https://github.com/mgrouchy/django-stronghold",
author="Mike Grouchy",
Expand All @@ -21,7 +21,8 @@
license="MIT license",
install_requires=dependencies,
tests_require=test_dependencies,
long_description=open("README.rst").read(),
long_description=open("README.md").read(),
long_description_content_type="text/markdown",
classifiers=[
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
Expand Down

0 comments on commit 57d32b1

Please sign in to comment.