Skip to content

Commit

Permalink
v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Baguage committed Mar 10, 2018
1 parent 9ec66d4 commit d3f4284
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
v2.0.1 - 2018-10-03
[*] Fixed installation bug (missing README.md)

v2.0.0 - 2018-10-03
[+] Compatibility with Django 1.11+
[+] Python 3.5 support
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ def read(fname):

setup(
name = "django-auth-pubtkt",
version = "2.0.0",
version = "2.0.1",
author = "Alexander Vyushkov",
author_email = "[email protected]",
description = "Implementation of mod_auth_pubtkt as Django middleware",
Expand Down

0 comments on commit d3f4284

Please sign in to comment.