We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6a4a35 commit 1d47793Copy full SHA for 1d47793
CHANGES
@@ -1,3 +1,8 @@
1
+# 1.0.3
2
+
3
+- Handle MSG_INFO as a command response (issue #10)
4
5
6
# 1.0.2
7
8
- Added the UUID, JSON and Geometry types
setup.py
@@ -13,7 +13,7 @@
13
def read(fname):
14
return open(os.path.join(os.path.dirname(__file__), fname)).read()
15
16
-__version__ = '1.0.2'
+__version__ = '1.0.3'
17
18
setup(name='pymonetdb',
19
version=__version__,
0 commit comments