Skip to content

Commit b38cc4f

Browse files
aminalaeeKludex
andauthoredNov 7, 2022
Version 0.6.2 (encode#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

+6
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

+1-1
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)
Please sign in to comment.