Skip to content

Commit

Permalink
update changes.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
jettify committed Feb 23, 2018
1 parent 4a78b48 commit 9f643c3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGES.txt
@@ -1,12 +1,18 @@
Changes
-------

0.3.0 (2018-02-23)
^^^^^^^^^^^^^^^^^^
* Added optional pool connections recycling #167 (thanks @drpoggi)


0.2.0 (2017-06-24)
^^^^^^^^^^^^^^^^^^
* Fixed Cursor.execute returns a pyodbc.Cursor instead of itself #114
* Fixed __aiter__ to not be awaitable for python>=3.5.2 #113
* Tests now using aiodocker #106


0.1.0 (2017-04-30)
^^^^^^^^^^^^^^^^^^
* Fixed project version
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.2.0'
__version__ = '0.3.0'
__all__ = ['connect', 'Connection', 'create_pool', 'Pool', 'dataSources']

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

0 comments on commit 9f643c3

Please sign in to comment.