Skip to content

Commit

Permalink
Version bump to 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bmario committed Aug 16, 2024
1 parent 706263e commit a394ac0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# v3.0.1

- Fixed lost query params in database create method
- Added Python 3.12 and CouchDB 3.3 to test matrix

# v3.0.0

- Added support for /db/_purge endpoint, which allows to remove all references to a document
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 = 3.0.0
version = 3.0.1
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 a394ac0

Please sign in to comment.