Skip to content

Commit

Permalink
Prepare release 5.0.0 (#442)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicoretti authored Feb 2, 2024
1 parent 4459728 commit 0e8cda4
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,16 @@
Unreleased
==========

.. _changelog-5.0.0:

5.0.0 — 2024-02-02
==================

🔧 Changed
-----------
- Added deprecation warnings for pyodbc and trubodbc dialects
- Made websockets the default way to use sqlalchemy with exasol
- Made pydobc an optional dependency
- Made websockets the default way to use sqlalchemy with exasol
- Added deprecation warnings for pyodbc and trubodbc dialects

🧰 Internal
-----------
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ packages = [
{ include = "sqlalchemy_exasol" },
{ include = "exasol" }
]
version = "4.6.3"
version = "5.0.0"
description = "EXASOL dialect for SQLAlchemy"
readme = "README.rst"
authors = [
Expand Down
6 changes: 3 additions & 3 deletions sqlalchemy_exasol/version.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0e8cda4

Please sign in to comment.