Skip to content

Commit

Permalink
Version 0.6.1 (#505)
Browse files Browse the repository at this point in the history
  • Loading branch information
aminalaee committed Aug 9, 2022
1 parent 77270d8 commit 385f3fd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.

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

## 0.6.1 (Aug 9th, 2022)

### Fixed

* Improve typing for `Transaction` (#493)
* Allow string indexing into Record (#501)

## 0.6.0 (May 29th, 2022)

* Dropped Python 3.6 support (#458)
Expand Down
2 changes: 1 addition & 1 deletion databases/__init__.py
@@ -1,4 +1,4 @@
from databases.core import Database, DatabaseURL

__version__ = "0.6.0"
__version__ = "0.6.1"
__all__ = ["Database", "DatabaseURL"]

0 comments on commit 385f3fd

Please sign in to comment.