parent
794d95c624
commit
897c75848c
|
@ -1,6 +1,12 @@
|
||||||
# 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.8 - 2017-11-04
|
||||||
|
### Changed
|
||||||
|
- Added params to auth requests to support micropub.rocks tests
|
||||||
|
|
||||||
|
### Added
|
||||||
|
- support JSON auth responses from token endpoints
|
||||||
|
|
||||||
## 0.2.7 - 2016-03-18
|
## 0.2.7 - 2016-03-18
|
||||||
### Changed
|
### Changed
|
||||||
|
|
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.7',
|
version='0.2.8',
|
||||||
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