Skip to content

Commit

Permalink
Merge pull request #85 from James1345/new-bugfix-release
Browse files Browse the repository at this point in the history
release notes for 3.1.1 bugfix release
  • Loading branch information
belugame authored Jan 25, 2018
2 parents e29fd6a + 253812c commit a79bb79
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
######
3.1.1
######
- use hmac.compare_digest instead of == for comparing hashes for more security

######
3.1.0
######
Expand Down
3 changes: 3 additions & 0 deletions docs/changes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#Changelog

## 3.1.1
- use hmac.compare_digest instead of == for comparing hashes for more security

## 3.1.0
- drop Django 1.8 support as djangorestframework did so too in v.3.7.0
- build rest-knox on Django 1.11 and 2.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# Versions should comply with PEP440. For a discussion on single-sourcing
# the version across setup.py and the project code, see
# https://packaging.python.org/en/latest/single_source_version.html
version='3.1.0',
version='3.1.1',
description='Authentication for django rest framework',
long_description=long_description,

Expand Down

0 comments on commit a79bb79

Please sign in to comment.