Skip to content

Commit 92bc519

Browse files
committedJun 30, 2022
Bump to 1.6.2
1 parent 288bfa7 commit 92bc519

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed
 

‎CHANGES

+8
Original file line numberDiff line numberDiff line change
@@ -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+
19
# 1.6.1
210

311
changes since 1.6.0

‎setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def read(fname):
2222
return open(os.path.join(os.path.dirname(__file__), fname)).read()
2323

2424

25-
__version__ = '1.6.1'
25+
__version__ = '1.6.2'
2626

2727
setup(
2828
name='pymonetdb',

0 commit comments

Comments
 (0)