Skip to content

Commit

Permalink
Bump to 1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
joerivanruth committed Jun 30, 2022
1 parent 288bfa7 commit 92bc519
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# 1.6.2

changes since 1.6.1

* correctly deal with DATE results where the year is less than 1000 (#108)
* fix bug for ON CLIENT binary files
* tweak documentation config for recent Sphynx versions

# 1.6.1

changes since 1.6.0
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.1'
__version__ = '1.6.2'

setup(
name='pymonetdb',
Expand Down

0 comments on commit 92bc519

Please sign in to comment.