We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bbae9d commit 42833f7Copy full SHA for 42833f7
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# v2.2.2
2
+
3
+- Fixed BasicAuth for UTF-8 encoded credentials
4
5
# v2.2.1
6
7
- Fixed unexpected exception when calling CouchDB.create(exists_ok=True) in case of race conditions
setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = aiocouch
-version = 2.2.1
+version = 2.2.2
author = TU Dresden
description = 🛋 An asynchronous client library for CouchDB 2.x and 3.x
long_description = file: README.md
0 commit comments