Skip to content

Commit

Permalink
Bump to 1.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
joerivanruth committed Sep 26, 2022
1 parent 75a5334 commit 11fe69d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# 1.6.3

changes since 1.6.2

* Fix crash with local control connections (#111)
* Suppress unnecessary 'close result set' commands to improve round-trip time (#110)
* Fix typo in the documentation


# 1.6.2

changes since 1.6.1
Expand All @@ -6,12 +15,14 @@ changes since 1.6.1
* fix bug for ON CLIENT binary files
* tweak documentation config for recent Sphynx versions


# 1.6.1

changes since 1.6.0

* Various packaging fixes


# 1.6.0

changes since 1.5.1
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def read(fname):
return open(os.path.join(os.path.dirname(__file__), fname)).read()


__version__ = '1.6.2'
__version__ = '1.6.3'

setup(
name='pymonetdb',
Expand Down

0 comments on commit 11fe69d

Please sign in to comment.