Skip to content

Commit

Permalink
Update CHANGELOG for v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
carmenlau committed Mar 7, 2018
1 parent 4ed5fc6 commit ff8a7dd
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 1.4.0 (2018-03-07)

### Other Notes

- Update psycopg2 for supporting postgres10.1
- Update README for removing exec transport

## 1.3.0 (2018-01-04)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def run(self):

setup(
name='skygear',
version='1.3.0',
version='1.4.0',
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.3.0'
__version__ = '1.4.0'
__author__ = 'Rick Mak'
__author_email__ = '[email protected]'
__license__ = 'Apache License, Version 2.0'

0 comments on commit ff8a7dd

Please sign in to comment.