From 26443408dbc1952b0dc9a2792926a7d260c23707 Mon Sep 17 00:00:00 2001 From: muhammad-ammar Date: Fri, 27 Sep 2024 16:06:34 +0500 Subject: [PATCH] chore: update changelog and version --- CHANGELOG.rst | 4 ++++ enterprise/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 4b9a5aea7..d0a491037 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -17,6 +17,10 @@ Unreleased ---------- * nothing unreleased +[4.25.18] +--------- +* chore: requirement updates + [4.25.17] --------- * feat: add pagination to the support tool customer list diff --git a/enterprise/__init__.py b/enterprise/__init__.py index a2b9cf09d..e5066343d 100644 --- a/enterprise/__init__.py +++ b/enterprise/__init__.py @@ -2,4 +2,4 @@ Your project description goes here. """ -__version__ = "4.25.17" +__version__ = "4.25.18"