Skip to content

Commit

Permalink
release 1.9.6 (#19)
Browse files Browse the repository at this point in the history
* upgrade sqlalchemy

* PLAT-816, keep sqlalchemy minimum version to 0.9.8

* PLAT-816

* PLAT-816

* PLAT-816, use version 1.9.6

* PLAT-816
  • Loading branch information
zhangjustin authored Jun 22, 2018
1 parent cac6046 commit e7b1ae0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@ Zask Changelog

Here you can see the full list of changes between each Zask release.

Version 1.9.6
-------------

released on June 21th 2018

* Allow SQLAlchemy up to version 1.2.8
* Use SQLAlchemy new feature pool_pre_ping

Version 1.9.5
-------------
Expand Down
2 changes: 1 addition & 1 deletion zask/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-

__version__ = '1.9.5'
__version__ = '1.9.6'

import gevent
from gevent.local import local
Expand Down

0 comments on commit e7b1ae0

Please sign in to comment.