Skip to content

Commit 674a3e7

Browse files
authored
Add missing exasol driver package to deliverables (#346)
1 parent 1109c86 commit 674a3e7

File tree

4 files changed

+75
-61
lines changed

4 files changed

+75
-61
lines changed

CHANGELOG.rst

+10
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
33
Unreleased
44
==========
55

6+
.. _changelog-4.5.1:
7+
8+
4.5.1 — 2023-05-25
9+
==================
10+
11+
🐞 Fixed
12+
---------
13+
14+
- Fixed missing websocket driver package in release deliverables
15+
616
.. _changelog-4.5.0:
717

818
4.5.0 — 2023-05-24

poetry.lock

+59-59
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+5-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,11 @@ build-backend = "poetry.core.masonry.api"
66

77
[tool.poetry]
88
name = "sqlalchemy_exasol"
9-
version = "4.5.0"
9+
packages = [
10+
{ include = "sqlalchemy_exasol" },
11+
{ include = "exasol" }
12+
]
13+
version = "4.5.1"
1014
description = "EXASOL dialect for SQLAlchemy"
1115
readme = "README.rst"
1216
authors = [

sqlalchemy_exasol/version.py

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)