Skip to content

Commit

Permalink
0.4.2 release (#296)
Browse files Browse the repository at this point in the history
  • Loading branch information
rafalp committed Mar 14, 2021
1 parent 8d7dcd0 commit 2194ffb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Expand Up @@ -4,11 +4,11 @@ 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/).

## Unreleased
## 0.4.2 (March 14th, 2021)

### Fixed

* Fix memory leak with asyncpg, for SQLAlchemy generic functions (#273)
* Fix memory leak with asyncpg for SQLAlchemy generic functions (#273)

## 0.4.1 (November 16th, 2020)

Expand Down
2 changes: 1 addition & 1 deletion databases/__init__.py
@@ -1,4 +1,4 @@
from databases.core import Database, DatabaseURL

__version__ = "0.4.1"
__version__ = "0.4.2"
__all__ = ["Database", "DatabaseURL"]

0 comments on commit 2194ffb

Please sign in to comment.