We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94b2353 commit 538ab4eCopy full SHA for 538ab4e
2 files changed
databasez/__init__.py
@@ -1,5 +1,5 @@
1
from databasez.core import Database, DatabaseURL
2
3
-__version__ = "0.4.0"
+__version__ = "0.5.0"
4
5
__all__ = ["Database", "DatabaseURL"]
docs/release-notes.md
@@ -1,5 +1,13 @@
# Release Notes
+## 0.5.0
+
+### 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
11
## 0.4.0
12
13
### Changed
0 commit comments