Skip to content

Commit 385f3fd

Browse files
authored
Version 0.6.1 (#505)
1 parent 77270d8 commit 385f3fd

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ 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.1 (Aug 9th, 2022)
8+
9+
### Fixed
10+
11+
* Improve typing for `Transaction` (#493)
12+
* Allow string indexing into Record (#501)
13+
714
## 0.6.0 (May 29th, 2022)
815

916
* Dropped Python 3.6 support (#458)

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.0"
3+
__version__ = "0.6.1"
44
__all__ = ["Database", "DatabaseURL"]

0 commit comments

Comments
 (0)