Skip to content

Commit a394ac0

Browse files
committed
Version bump to 3.0.1
1 parent 706263e commit a394ac0

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+
# v3.0.1
2+
3+
- Fixed lost query params in database create method
4+
- Added Python 3.12 and CouchDB 3.3 to test matrix
5+
16
# v3.0.0
27

38
- Added support for /db/_purge endpoint, which allows to remove all references to a document

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = aiocouch
3-
version = 3.0.0
3+
version = 3.0.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)