We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 288bfa7 commit 92bc519Copy full SHA for 92bc519
CHANGES
@@ -1,3 +1,11 @@
1
+# 1.6.2
2
+
3
+changes since 1.6.1
4
5
+* correctly deal with DATE results where the year is less than 1000 (#108)
6
+* fix bug for ON CLIENT binary files
7
+* tweak documentation config for recent Sphynx versions
8
9
# 1.6.1
10
11
changes since 1.6.0
setup.py
@@ -22,7 +22,7 @@ def read(fname):
22
return open(os.path.join(os.path.dirname(__file__), fname)).read()
23
24
25
-__version__ = '1.6.1'
+__version__ = '1.6.2'
26
27
setup(
28
name='pymonetdb',
0 commit comments