diff --git a/CHANGELOG.md b/CHANGELOG.md index d99330f0..d24c12b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Change log -## Devel +## 0.26.0 (2024-11-08) * Move most account settings into the Account adapter * Allow the user to set a custom success message to be displayed after they verify an AnVIL account diff --git a/anvil_consortium_manager/__init__.py b/anvil_consortium_manager/__init__.py index 4d482beb..7c4a9591 100644 --- a/anvil_consortium_manager/__init__.py +++ b/anvil_consortium_manager/__init__.py @@ -1 +1 @@ -__version__ = "0.26.0.dev2" +__version__ = "0.26.0"