Skip to content

Commit

Permalink
Merge da4e84e into 6ff964d
Browse files Browse the repository at this point in the history
  • Loading branch information
carsongee committed Jun 27, 2015
2 parents 6ff964d + da4e84e commit 4f202fd
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
7 changes: 7 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,13 @@ It can then be used by the user by adding it to the header of their requests, so
requests.get('http://localhost:5000/', headers={'Authorization': 'token <token>'})
Release Notes
=============

0.2.0
`````

- Python 3 compatability

Acknowledgements
================
Expand Down
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def run_tests(self):

setup(
name='flask-htpasswd',
version='0.1.1',
version='0.2.0',
url='http://github.com/carsongee/flask-htpasswd',
license='BSD New',
author='Carson Gee',
Expand Down Expand Up @@ -83,5 +83,8 @@ def run_tests(self):
'Programming Language :: Python',
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
'Topic :: Software Development :: Libraries :: Python Modules',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Framework :: Flask',
]
)

0 comments on commit 4f202fd

Please sign in to comment.