Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jettify committed Jul 5, 2019
1 parent 63f2a11 commit 5eedeff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.txt
@@ -1,7 +1,7 @@
Changes
-------

0.3.3 (YYYY-MM-DD)
0.3.3 (2019-07-05)
^^^^^^^^^^^^^^^^^^
* Parameter echo passed properly in cursor #185
* Close bad connections before returning back to pool #195
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.2'
__version__ = '0.3.3'
__all__ = ['connect', 'Connection', 'create_pool', 'Pool', 'dataSources']

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

0 comments on commit 5eedeff

Please sign in to comment.