File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 )
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ def run(self):
7474
7575setup (
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 (),
Original file line number Diff line number Diff line change 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'
You can’t perform that action at this time.
0 commit comments