Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
bmario committed Apr 6, 2020
1 parent e99c53c commit 9d9ae99
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# v1.1.0
- Adds Database.create_docs similar to update_docs, but without retrieving documents first
- Renames Document.fetch_info() to info()
- Adds data argument to Document
- Adds ok and error member to update_docs and create_docs context managers

# v1.0.1
- Fixes error while handling a ConflictError for newly created documents
- Internal refactoring
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name="aiocouch",
version="1.0.1",
version="1.1.0",
license="BSD 3-clause",
description="🛋 An asynchronous client library for CouchDB 2.x",
author="TU Dresden",
Expand Down

0 comments on commit 9d9ae99

Please sign in to comment.