Skip to content

Commit

Permalink
cut version 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmalins committed Apr 20, 2023
1 parent 6f5fd33 commit 3983de9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.2.1] - 2023-04-20
### Fix
- Issue where URL query parameters were not passed correctly to sqlalchemy for db connections.

## [1.2.0] - 2023-04-06
### Added
- Add support for SQLAlchemy 2.0 by correctly handling `sqlalchemy.engine.url.URL`s, which are now immutable.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from setuptools.command.install import install


VERSION = "1.2.0"
VERSION = "1.2.1"

REPO_ROOT = pathlib.Path(__file__).parent

Expand Down

0 comments on commit 3983de9

Please sign in to comment.