Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jettify committed Mar 23, 2018
1 parent d2867f3 commit a789f16
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES.txt
@@ -1,6 +1,11 @@
Changes
-------

0.3.1 (2018-03-23)
^^^^^^^^^^^^^^^^^^
* Add after_create hook for connection configuration (thanks @lanfon72)


0.3.0 (2018-02-23)
^^^^^^^^^^^^^^^^^^
* Added optional pool connections recycling #167 (thanks @drpoggi)
Expand Down
2 changes: 1 addition & 1 deletion aioodbc/__init__.py
Expand Up @@ -5,7 +5,7 @@
from .pool import create_pool, Pool


__version__ = '0.3.0'
__version__ = '0.3.1'
__all__ = ['connect', 'Connection', 'create_pool', 'Pool', 'dataSources']

(connect, Connection, create_pool, Pool) # pyflakes
Expand Down

0 comments on commit a789f16

Please sign in to comment.