From e2cec56ced065e71f2d414b56c8ab507ff2ca7f5 Mon Sep 17 00:00:00 2001 From: Feanil Patel Date: Wed, 25 Sep 2024 09:09:42 -0400 Subject: [PATCH] fix: Bump the version again. Version 4.25.14 was tagged in git but the version was not bumped in the package so the release automation failed. https://github.com/openedx/edx-enterprise/actions/runs/10907374740 Moving the last unreleased change to the next minor version so that we can release it. --- CHANGELOG.rst | 6 +++++- enterprise/__init__.py | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 3018d324a..bfd2a29e5 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -17,10 +17,14 @@ Unreleased ---------- * nothing unreleased -[4.25.14] +[4.25.15] --------- * fix: Don't import HttpClientError from edx-rest-api-client +[4.25.14] +--------- +* This version was incorretly tagged and so wasn't properly released. + [4.25.13] ---------- * feat: add logging to debug SAP SuccessFactors transmission issues diff --git a/enterprise/__init__.py b/enterprise/__init__.py index d12a5ec33..67a8ac2c4 100644 --- a/enterprise/__init__.py +++ b/enterprise/__init__.py @@ -2,4 +2,4 @@ Your project description goes here. """ -__version__ = "4.25.14" +__version__ = "4.25.15"