Skip to content

Commit

Permalink
Release 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelgrinberg committed Jun 4, 2020
1 parent 1aaf872 commit d9f3e6f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Flask-HTTPAuth change log

**Release 4.1.0** - 2020-06-04

- Basic authentication with custom scheme ([commit](https://github.com/miguelgrinberg/Flask-HTTPAuth/commit/1aaf872716cb46330fd49e89663da1a568e54f0b))

**Release 4.0.0** - 2020-04-26

- Return user object from verify callbacks ([commit](https://github.com/miguelgrinberg/Flask-HTTPAuth/commit/51748c24f5aa53175b0f2712b814f7ea581f04e4))
Expand Down
2 changes: 1 addition & 1 deletion flask_httpauth.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
from werkzeug.datastructures import Authorization
from werkzeug.security import safe_str_cmp

__version__ = '4.0.1dev'
__version__ = '4.1.0'


class HTTPAuth(object):
Expand Down

0 comments on commit d9f3e6f

Please sign in to comment.