increment version 0.2.3
This commit is contained in:
parent
83ac2700c0
commit
69eb9ffb9a
|
@ -1,6 +1,11 @@
|
||||||
# Change Log
|
# Change Log
|
||||||
All notable changes to this project will be documented in this file.
|
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
|
## 0.2.2
|
||||||
## Changed
|
## Changed
|
||||||
- Fix vulnerability; re-discover the authorization_endpoint and
|
- Fix vulnerability; re-discover the authorization_endpoint and
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -11,7 +11,7 @@ from setuptools import setup
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='Flask-Micropub',
|
name='Flask-Micropub',
|
||||||
version='0.2.2',
|
version='0.2.3',
|
||||||
url='https://github.com/kylewm/flask-micropub/',
|
url='https://github.com/kylewm/flask-micropub/',
|
||||||
license='BSD',
|
license='BSD',
|
||||||
author='Kyle Mahan',
|
author='Kyle Mahan',
|
||||||
|
|
Loading…
Reference in New Issue