We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77270d8 commit 385f3fdCopy full SHA for 385f3fd
CHANGELOG.md
@@ -4,6 +4,13 @@ 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.1 (Aug 9th, 2022)
8
+
9
+### Fixed
10
11
+* Improve typing for `Transaction` (#493)
12
+* Allow string indexing into Record (#501)
13
14
## 0.6.0 (May 29th, 2022)
15
16
* Dropped Python 3.6 support (#458)
databases/__init__.py
@@ -1,4 +1,4 @@
1
from databases.core import Database, DatabaseURL
2
3
-__version__ = "0.6.0"
+__version__ = "0.6.1"
__all__ = ["Database", "DatabaseURL"]
0 commit comments