increment version 0.2.3

This commit is contained in:
Kyle Mahan 2015-06-21 22:40:44 -07:00
parent 83ac2700c0
commit 69eb9ffb9a
2 changed files with 6 additions and 1 deletions

View File

@ -1,6 +1,11 @@
# Change Log
All notable changes to this project will be documented in this file.
## 0.2.3
## Changed
- Fix; fall back to indieauth.com when no authorization_endpoint is
specified (previous fix broke this).
## 0.2.2
## Changed
- Fix vulnerability; re-discover the authorization_endpoint and

View File

@ -11,7 +11,7 @@ from setuptools import setup
setup(
name='Flask-Micropub',
version='0.2.2',
version='0.2.3',
url='https://github.com/kylewm/flask-micropub/',
license='BSD',
author='Kyle Mahan',