Skip to content

Commit

Permalink
Prepare release 3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicoretti authored Jul 21, 2022
1 parent e0c42a2 commit 080cb12
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 3.1.0 (Not Released)
# 3.1.1
* Fixed CI/CD build and publish target
* Fixed CI/CD to run tests against all configured databases
* Updated databases for testing to 7.1.9 and 7.0.18
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "sqlalchemy_exasol"
version = "3.1.0"
version = "3.1.1"
description = "EXASOL dialect for SQLAlchemy"
readme = "README.rst"
authors = [
Expand Down
2 changes: 1 addition & 1 deletion sqlalchemy_exasol/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@

MAJOR = 3
MINOR = 1
PATCH = 0
PATCH = 1

VERSION = f"{MAJOR}.{MINOR}.{PATCH}"

0 comments on commit 080cb12

Please sign in to comment.