Skip to content

Commit 5eedeff

Browse files
committed
bump version
1 parent 63f2a11 commit 5eedeff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGES.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Changes
22
-------
33

4-
0.3.3 (YYYY-MM-DD)
4+
0.3.3 (2019-07-05)
55
^^^^^^^^^^^^^^^^^^
66
* Parameter echo passed properly in cursor #185
77
* Close bad connections before returning back to pool #195

aioodbc/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from .pool import create_pool, Pool
66

77

8-
__version__ = '0.3.2'
8+
__version__ = '0.3.3'
99
__all__ = ['connect', 'Connection', 'create_pool', 'Pool', 'dataSources']
1010

1111
(connect, Connection, create_pool, Pool) # pyflakes

0 commit comments

Comments
 (0)