Skip to content

Commit

Permalink
Release 0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsil committed Jan 24, 2024
1 parent bdcabd4 commit 7dbce02
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion databasez/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from databasez.core import Database, DatabaseURL

__version__ = "0.7.1"
__version__ = "0.7.2"

__all__ = ["Database", "DatabaseURL"]
8 changes: 5 additions & 3 deletions docs/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# Release Notes

## 0.7.1
### 0.7.2

### Changed
### Fixed

- Removed nest_asyncio dependency.
- Regression introduced by asyncio with `DatabaseTestClient`.

## 0.7.1

### Fixed

Expand Down

0 comments on commit 7dbce02

Please sign in to comment.