Skip to content
This repository has been archived by the owner on Jun 4, 2022. It is now read-only.

Commit

Permalink
Version 1.0
Browse files Browse the repository at this point in the history
Changed documentation
  • Loading branch information
chessbr committed Mar 8, 2018
1 parent 204088a commit 2a26022
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,9 +145,8 @@ pip install dev-requirements.txt && py.tets --cov

# Compatibility

* Python >= 2.7
* Django >= 1.10
* Django Rest Framework >= 3.6
* Django >= 2.0
* Django Rest Framework >= 3.7

# License

Expand Down
2 changes: 1 addition & 1 deletion rest_jwt_permission/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.2.0.post0.dev1"
__version__ = "1.0.0"
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setup(
name="rest-jwt-permission",
version="0.2.0",
version="1.0.0",
description="Django Rest Framework JWT Permissions",
license="MIT",
author="Christian Hess",
Expand All @@ -20,7 +20,6 @@
classifiers=[
"Programming Language :: Python",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 2.7",
"Environment :: Web Environment",
"Topic :: Internet :: WWW/HTTP",
"Intended Audience :: Developers"
Expand Down

0 comments on commit 2a26022

Please sign in to comment.