Skip to content

Commit

Permalink
Release 3.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelgrinberg committed Jun 17, 2018
1 parent db4295f commit bd6fcf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flask_httpauth.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from flask import request, make_response, session
from werkzeug.datastructures import Authorization

__version__ = '3.2.3'
__version__ = '3.2.4'


class HTTPAuth(object):
Expand Down

0 comments on commit bd6fcf3

Please sign in to comment.