From a2a8fe78b253392576ef0ab7e9c8b7c424c0faf3 Mon Sep 17 00:00:00 2001 From: Zacharis278 Date: Mon, 7 Oct 2024 16:41:48 -0400 Subject: [PATCH] feat: new version --- CHANGELOG.rst | 4 ++++ edx_name_affirmation/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 16e2707..6fd167b 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -14,6 +14,10 @@ Change Log Unreleased ~~~~~~~~~~ +[3.0.1] - 2024-10-07 +~~~~~~~~~~~~~~~~~~~~ +* Upgrade django-simple-history and add migration to match the new version. + [3.0.0] - 2024-09-30 ~~~~~~~~~~~~~~~~~~~~ * Add platform verification id field to the VerifiedName model diff --git a/edx_name_affirmation/__init__.py b/edx_name_affirmation/__init__.py index a600169..241222e 100644 --- a/edx_name_affirmation/__init__.py +++ b/edx_name_affirmation/__init__.py @@ -2,4 +2,4 @@ Django app housing name affirmation logic. """ -__version__ = '3.0.0' +__version__ = '3.0.1'