Skip to content

Commit

Permalink
Version bump to 2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bmario committed May 31, 2022
1 parent 8bbae9d commit 42833f7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v2.2.2

- Fixed BasicAuth for UTF-8 encoded credentials

# v2.2.1

- Fixed unexpected exception when calling CouchDB.create(exists_ok=True) in case of race conditions
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 42833f7

Please sign in to comment.