bump version number

fixes #6
This commit is contained in:
Kyle Mahan 2017-11-04 18:31:05 -07:00
parent 794d95c624
commit 897c75848c
2 changed files with 7 additions and 1 deletions

View File

@ -1,6 +1,12 @@
# Change Log
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
### Changed

View File

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