Skip to content

Commit

Permalink
prepare for 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
gijzelaerr committed Nov 1, 2016
1 parent 1aedff4 commit b09b038
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 1.0.4

- Multiline response handling (issue #12)

# 1.0.3

- Handle MSG_INFO as a command response (issue #10)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
def read(fname):
return open(os.path.join(os.path.dirname(__file__), fname)).read()

__version__ = '1.0.3'
__version__ = '1.0.4'

setup(name='pymonetdb',
version=__version__,
Expand Down

0 comments on commit b09b038

Please sign in to comment.