Skip to content

Commit

Permalink
Version bump to v2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bmario committed Dec 21, 2021
1 parent 5a92493 commit 4c510ce
Show file tree
Hide file tree
Showing 2 changed files with 8 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 @@
# v2.1.1

- Fixes missing module dependency
- Added Python 3.10 to list of supported python versions
- CI: Running tests in isolated environment from linting

# v2.1.0

- Adds context managers for automatic saving of Documents
Expand Down
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = aiocouch
version = 2.1.0
version = 2.1.1
author = TU Dresden
description = 🛋 An asynchronous client library for CouchDB 2.x and 3.x
long_description = file: README.md
Expand All @@ -18,6 +18,7 @@ classifiers =
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
project_urls =
Documentation = https://aiocouch.readthedocs.io/en/stable
Source = https://github.com/metricq/aiocouch
Expand Down

0 comments on commit 4c510ce

Please sign in to comment.