Skip to content

Commit 538ab4e

Browse files
committed
Increase version to 0.5.0
1 parent 94b2353 commit 538ab4e

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

databasez/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from databasez.core import Database, DatabaseURL
22

3-
__version__ = "0.4.0"
3+
__version__ = "0.5.0"
44

55
__all__ = ["Database", "DatabaseURL"]

docs/release-notes.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Release Notes
22

3+
## 0.5.0
4+
5+
### Fixed
6+
7+
- Patch done in the core of Databases fixing the concurrent usage of connections and transactions.
8+
This patch also affects databases. [#PR 546](https://github.com/encode/databases/pull/546) by [@zevisert](https://github.com/zevisert).
9+
We thank [@zevisert](https://github.com/zevisert) for the fix done in the original project that also affect Databasez.
10+
311
## 0.4.0
412

513
### Changed

0 commit comments

Comments
 (0)