Skip to content

Commit

Permalink
Version 0.6.2 (#521)
Browse files Browse the repository at this point in the history
Co-authored-by: Marcelo Trylesinski <[email protected]>
  • Loading branch information
aminalaee and Kludex authored Nov 7, 2022
1 parent ff8e8a2 commit b38cc4f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ 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.2 (Nov 7th, 2022)

### Changes

* Pinned SQLAlchemy `<=1.4.41` to avoid breaking changes (#520).

## 0.6.1 (Aug 9th, 2022)

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion databases/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from databases.core import Database, DatabaseURL

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

0 comments on commit b38cc4f

Please sign in to comment.