diff --git a/CHANGES.txt b/CHANGES.txt index 8650306..d7c7b79 100644 --- a/CHANGES.txt +++ b/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) diff --git a/aioodbc/__init__.py b/aioodbc/__init__.py index 098cfcb..586e4e6 100644 --- a/aioodbc/__init__.py +++ b/aioodbc/__init__.py @@ -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