We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 706263e commit a394ac0Copy full SHA for a394ac0
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+# v3.0.1
2
+
3
+- Fixed lost query params in database create method
4
+- Added Python 3.12 and CouchDB 3.3 to test matrix
5
6
# v3.0.0
7
8
- Added support for /db/_purge endpoint, which allows to remove all references to a document
setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = aiocouch
-version = 3.0.0
+version = 3.0.1
author = TU Dresden
description = 🛋 An asynchronous client library for CouchDB 2.x and 3.x
long_description = file: README.md
0 commit comments