Skip to content

Commit

Permalink
Prepare for 1.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
joerivanruth committed Aug 29, 2024
1 parent bf47e31 commit fbd4f27
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# unreleased

New features since 1.8.2

Bug fixes


# 1.8.2

New features since 1.8.1

* CLIENTINFO: At connect time, tell the server more about the connecting client:
Expand All @@ -23,6 +30,7 @@ Bug fixes
the socket to non-blocking mode.
See [Issue #127](https://github.com/MonetDB/pymonetdb/issues/127).


# 1.8.1

changes since 1.8.0
Expand Down
2 changes: 1 addition & 1 deletion pymonetdb/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# Copyright 1997 - July 2008 CWI, August 2008 - 2016 MonetDB B.V.

# Set __version__ first, so the imported modules can access it.
__version__ = '1.8.2a0'
__version__ = '1.8.2'


from typing import Optional
Expand Down

0 comments on commit fbd4f27

Please sign in to comment.