diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d827ce6..b73178dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Change log -## Devel +## 0.16.1 (2023-06-09) * Bugfix: correctly import AnVIL groups when the service account is both a member and an admin of the group. * Bugfix: Fix failing ManagedGroup.anvil_audit_memership when the service account is not directly an admin of the group (but is via membership in another group). diff --git a/anvil_consortium_manager/__init__.py b/anvil_consortium_manager/__init__.py index 6e7b5b1d..113af05a 100644 --- a/anvil_consortium_manager/__init__.py +++ b/anvil_consortium_manager/__init__.py @@ -1 +1 @@ -__version__ = "0.16.1dev2" +__version__ = "0.16.1"