Skip to content

Commit 1d47793

Browse files
committed
prepare for 1.0.3
1 parent f6a4a35 commit 1d47793

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGES

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 1.0.3
2+
3+
- Handle MSG_INFO as a command response (issue #10)
4+
5+
16
# 1.0.2
27

38
- Added the UUID, JSON and Geometry types

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
def read(fname):
1414
return open(os.path.join(os.path.dirname(__file__), fname)).read()
1515

16-
__version__ = '1.0.2'
16+
__version__ = '1.0.3'
1717

1818
setup(name='pymonetdb',
1919
version=__version__,

0 commit comments

Comments
 (0)