From 29bef4335b94fe0f8d23d2de7233356ff89bea43 Mon Sep 17 00:00:00 2001 From: Adrienne Stilp Date: Thu, 17 Oct 2024 10:50:15 -0700 Subject: [PATCH] Bump version number and update changelog --- CHANGELOG.md | 1 + anvil_consortium_manager/__init__.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 45610dfd..d8ea459c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ * 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 +* Move the setting to specify the template for account link verification emails into the AccountAdapter ## 0.25.0 (2024-08-07) diff --git a/anvil_consortium_manager/__init__.py b/anvil_consortium_manager/__init__.py index 38fe9bee..12898127 100644 --- a/anvil_consortium_manager/__init__.py +++ b/anvil_consortium_manager/__init__.py @@ -1 +1 @@ -__version__ = "0.26.0.dev0" +__version__ = "0.26.0.dev1"