Skip to content

Commit a7686c5

Browse files
committed
Version bump to 2.0.1
1 parent 56b31d5 commit a7686c5

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -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+
16
# v2.0.0
27

38
- Adds documentation

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
setup(
66
name="aiocouch",
7-
version="2.0.0",
7+
version="2.0.1",
88
license="BSD 3-clause",
99
description="🛋 An asynchronous client library for CouchDB 2.x",
1010
author="TU Dresden",

0 commit comments

Comments
 (0)