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"