Skip to content

Commit

Permalink
Version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
carsongee committed Jun 28, 2015
1 parent c74377e commit 1aa934b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.rst
Expand Up @@ -108,6 +108,12 @@ It can then be used by the user by adding it to the header of their requests, so
Release Notes
=============

0.3.0
`````

- Added function to reload user database
- Added user to ``flask.g`` with FLASK_AUTH_ALL=True

0.2.0
`````

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -55,7 +55,7 @@ def run_tests(self):

setup(
name='flask-htpasswd',
version='0.2.0',
version='0.3.0',
url='http://github.com/carsongee/flask-htpasswd',
license='BSD New',
author='Carson Gee',
Expand Down

0 comments on commit 1aa934b

Please sign in to comment.