We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56b31d5 commit a7686c5Copy full SHA for a7686c5
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+# v2.0.1
2
+
3
+- Fixes a crash in bulk operations
4
+- Fixes a redundant HEAD request during the creation of design document objects
5
6
# v2.0.0
7
8
- Adds documentation
setup.py
@@ -4,7 +4,7 @@
setup(
name="aiocouch",
- version="2.0.0",
+ version="2.0.1",
license="BSD 3-clause",
9
description="🛋 An asynchronous client library for CouchDB 2.x",
10
author="TU Dresden",
0 commit comments