Skip to content
This repository was archived by the owner on Aug 19, 2025. It is now read-only.

Commit b38cc4f

Browse files
aminalaeeKludex
andauthored
Version 0.6.2 (#521)
Co-authored-by: Marcelo Trylesinski <[email protected]>
1 parent ff8e8a2 commit b38cc4f

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66

7+
## 0.6.2 (Nov 7th, 2022)
8+
9+
### Changes
10+
11+
* Pinned SQLAlchemy `<=1.4.41` to avoid breaking changes (#520).
12+
713
## 0.6.1 (Aug 9th, 2022)
814

915
### Fixed

databases/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
from databases.core import Database, DatabaseURL
22

3-
__version__ = "0.6.1"
3+
__version__ = "0.6.2"
44
__all__ = ["Database", "DatabaseURL"]

0 commit comments

Comments
 (0)