Skip to content

Commit

Permalink
Update CHANGELOG for v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rickmak committed Oct 13, 2017
1 parent f0e8aa8 commit d25aff3
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## 1.1.1 (2017-11-13)

### Festures

- Inject version to request (#11, #153)
- Reflect views in utils.db (SkygearIO/forgot_password#23)

### Other Notes

- Update README.md for broken links and clarity
- Fix Make files
- Update example

## 1.1.0 (2017-08-07)

### Bug Fixes
Expand All @@ -7,6 +20,7 @@
### Other Notes

- Update the desc on HTTP_ADDR option

## 1.0.0 (2017-06-30)

No changes since last release.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def run_tests(self):

setup(
name='skygear',
version='1.1.0',
version='1.1.1',
packages=find_packages(),
description='Python plugin runtime for Skygear',
long_description=open(README).read(),
Expand Down
2 changes: 1 addition & 1 deletion skygear/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
__title__ = 'skygear'
__description__ = 'Python plugin runtime for Skygear'
__url__ = 'https://github.com/SkygearIO/py-skygear'
__version__ = '1.1.0'
__version__ = '1.1.1'
__author__ = 'Rick Mak'
__author_email__ = '[email protected]'
__license__ = 'Apache License, Version 2.0'

0 comments on commit d25aff3

Please sign in to comment.