Skip to content

Commit

Permalink
Add missing exasol driver package to deliverables (#346)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicoretti authored May 25, 2023
1 parent 1109c86 commit 674a3e7
Show file tree
Hide file tree
Showing 4 changed files with 75 additions and 61 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
Unreleased
==========

.. _changelog-4.5.1:

4.5.1 — 2023-05-25
==================

🐞 Fixed
---------

- Fixed missing websocket driver package in release deliverables

.. _changelog-4.5.0:

4.5.0 — 2023-05-24
Expand Down
118 changes: 59 additions & 59 deletions poetry.lock

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

6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "sqlalchemy_exasol"
version = "4.5.0"
packages = [
{ include = "sqlalchemy_exasol" },
{ include = "exasol" }
]
version = "4.5.1"
description = "EXASOL dialect for SQLAlchemy"
readme = "README.rst"
authors = [
Expand Down
2 changes: 1 addition & 1 deletion 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 674a3e7

Please sign in to comment.