From 4614a856e68f57e6ca139b3daa17a2813f49f227 Mon Sep 17 00:00:00 2001 From: verena <9377970+vpchung@users.noreply.github.com> Date: Thu, 30 Nov 2023 13:04:07 -0800 Subject: [PATCH] update version, add changelog for v4.3 --- challengeutils/__version__.py | 2 +- docs/about/changelog.rst | 6 ++++++ docs/conf.py | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/challengeutils/__version__.py b/challengeutils/__version__.py index aef46acb..111dc917 100644 --- a/challengeutils/__version__.py +++ b/challengeutils/__version__.py @@ -1 +1 @@ -__version__ = "4.2.1" +__version__ = "4.3.0" diff --git a/docs/about/changelog.rst b/docs/about/changelog.rst index d557297b..20de8b3d 100644 --- a/docs/about/changelog.rst +++ b/docs/about/changelog.rst @@ -8,6 +8,12 @@ For older releases, visit the `GitHub releases`_. .. _Github releases: https://github.com/Sage-Bionetworks/challengeutils/releases +v4.3.0 +------ +- Remove support for Python 3.7 +- Add support for Python 3.11 and 3.12 +- New feature added: `create-portal-challenge` - which will create a challenge on the new [Sage Challenge Portal (staging)](https://staging.challenges.synapse.org/) + v4.2.1 ------ - Bug fix for `validate-project` diff --git a/docs/conf.py b/docs/conf.py index b4c69786..e92110fa 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -25,7 +25,7 @@ author = "Thomas Yu, Verena Chung, Tim Bergquist" # The short X.Y version -version = "4.2.1" +version = "4.3.0" # The full version, including alpha/beta/rc tags release = version