We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff8e8a2 commit b38cc4fCopy full SHA for b38cc4f
CHANGELOG.md
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
4
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
6
7
+## 0.6.2 (Nov 7th, 2022)
8
+
9
+### Changes
10
11
+* Pinned SQLAlchemy `<=1.4.41` to avoid breaking changes (#520).
12
13
## 0.6.1 (Aug 9th, 2022)
14
15
### Fixed
databases/__init__.py
@@ -1,4 +1,4 @@
1
from databases.core import Database, DatabaseURL
2
3
-__version__ = "0.6.1"
+__version__ = "0.6.2"
__all__ = ["Database", "DatabaseURL"]
0 commit comments