Skip to content

Commit

Permalink
Made some changes for release 039 (#121)
Browse files Browse the repository at this point in the history
Signed-off-by: bchoudhary <[email protected]>
  • Loading branch information
bchoudhary6415 authored Feb 27, 2023
1 parent ae249f7 commit 99c5451
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
CHANGES
=======
2023/02/27
- Avoid URL object mutation
- Fix offset condition
- None check for server type
- Fix offset condition (#117) (eonu)
- Avoid URL object mutation (#116) (eonu)
- None check for server type (#110) (amukherjee28)
- Other bug fixes

2022/05/17
Expand Down
2 changes: 1 addition & 1 deletion ibm_db_sa/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# | Contributors: Jaimy Azle, Mike Bayer |
# +--------------------------------------------------------------------------+

__version__ = '0.3.8'
__version__ = '0.3.9'

from . import ibm_db, pyodbc, base

Expand Down

0 comments on commit 99c5451

Please sign in to comment.