Skip to content

Commit

Permalink
Update development status, Bump version 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mjnaderi committed Sep 10, 2020
1 parent 904b424 commit 0ac33dc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 1.1.1 (Sep 10, 2020)

- Set development status to Production/Stable in setup.py.

# 1.1.0 (Sep 9, 2020)

- Link to user in admin page.
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

setup(
name="django-qsessions",
version="1.1.0",
version="1.1.1",
description="Extended session backends for Django",
long_description=README,
author="Mohammad Javad Naderi",
Expand All @@ -29,7 +29,7 @@
extras_require={"dev": dev_requirements},
tests_require=dev_requirements,
classifiers=[
"Development Status :: 4 - Beta",
"Development Status :: 5 - Production/Stable",
"Environment :: Web Environment",
"Framework :: Django",
"Framework :: Django :: 1.11",
Expand Down

0 comments on commit 0ac33dc

Please sign in to comment.