Skip to content

Commit cb9dcda

Browse files
committed
Version bump
1 parent 629822e commit cb9dcda

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v2.2.1
2+
3+
- Fixed unexpected exception when calling CouchDB.create(exists_ok=True) in case of race conditions
4+
15
# v2.2.0
26

37
- Added support for /db/_changes endpoint, which allows to listen for change events

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = aiocouch
3-
version = 2.2.0
3+
version = 2.2.1
44
author = TU Dresden
55
description = 🛋 An asynchronous client library for CouchDB 2.x and 3.x
66
long_description = file: README.md

0 commit comments

Comments
 (0)