Skip to content

Commit c0de759

Browse files
committed
Update CHANGELOG for v1.2.0
1 parent 5b17b03 commit c0de759

3 files changed

Lines changed: 13 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
1+
## 1.1.2 (2017-12-07)
2+
3+
### Features
4+
5+
- Initial Database Query Interface Implementation
6+
7+
### Other Notes
8+
9+
- Error in skygear response should not raise Exception in http as in zmq
10+
111
## 1.1.1 (2017-11-13)
212

3-
### Festures
13+
### Features
414

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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def run(self):
7474

7575
setup(
7676
name='skygear',
77-
version='1.1.1',
77+
version='1.2.0',
7878
packages=find_packages(),
7979
description='Python plugin runtime for Skygear',
8080
long_description=open(README).read(),

skygear/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
__title__ = 'skygear'
1616
__description__ = 'Python plugin runtime for Skygear'
1717
__url__ = 'https://github.com/SkygearIO/py-skygear'
18-
__version__ = '1.1.1'
18+
__version__ = '1.2.0'
1919
__author__ = 'Rick Mak'
2020
__author_email__ = 'rick.mak@gmail.com'
2121
__license__ = 'Apache License, Version 2.0'

0 commit comments

Comments
 (0)