Skip to content

Commit

Permalink
Release notes for version 4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
belugame committed Jan 31, 2022
1 parent b4dd766 commit 6cbf52a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 4.2.0
- compatibility with Python up to 3.10 and Django up to 3.2
- integration with github CI instead of travis
- Migration: "salt" field of model "AuthToken" is removed

## 4.1.0

- Expiry format now defaults to whatever is used Django REST framework
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,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='4.1.0',
version='4.2.0',
description='Authentication for django rest framework',
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 6cbf52a

Please sign in to comment.