From 732386de3bc30096c63d07619f6ef833971990c5 Mon Sep 17 00:00:00 2001 From: jajjibhai008 Date: Thu, 9 May 2024 18:10:00 +0500 Subject: [PATCH] chore: bump version --- CHANGELOG.rst | 4 ++++ enterprise_data/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index aec38967..bb7308b2 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -15,6 +15,10 @@ Unreleased ---------- ========================= +[6.2.1] - 2024-05-09 +--------------------- + * Bump version + [6.2.0] - 2024-03-06 --------------------- * Dropped support for ``Django<4.2`` diff --git a/enterprise_data/__init__.py b/enterprise_data/__init__.py index ae791e25..24611774 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.0" +__version__ = "6.2.1"