From 380ad7f47f28c049a42612fcc8d898474fb14507 Mon Sep 17 00:00:00 2001 From: Hamzah Ullah Date: Mon, 1 Jul 2024 12:20:54 -0400 Subject: [PATCH] chore: Update version to 6.2.3 for dependency updates (#457) --- CHANGELOG.rst | 4 ++++ enterprise_data/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index d6f53632..ce816c1e 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -15,6 +15,10 @@ Unreleased ---------- ========================= +[6.2.3] - 2024-07-01 +--------------------- + * Dependency updates + [6.2.2] - 2024-06-24 --------------------- * Dependency updates diff --git a/enterprise_data/__init__.py b/enterprise_data/__init__.py index 8af0b0df..87ce83fa 100644 --- a/enterprise_data/__init__.py +++ b/enterprise_data/__init__.py @@ -2,4 +2,4 @@ Enterprise data api application. This Django app exposes API endpoints used by enterprises. """ -__version__ = "6.2.2" +__version__ = "6.2.3"