From 97d790ce802bd7efe04d8e711fb8f874c1cde91f Mon Sep 17 00:00:00 2001 From: sunil-lakshman <104969541+sunil-lakshman@users.noreply.github.com> Date: Thu, 5 Jun 2025 15:09:03 +0530 Subject: [PATCH] fixed release version --- CHANGELOG.md | 9 ++------- contentstack_management/__init__.py | 2 +- 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dd99cca..e1a86c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,17 +2,12 @@ ## Content Management SDK For Python --- -## v1.5.0 - -#### Date: 09 June 2025 - -- Added Nested Global fields support. ---- ## v1.4.0 -#### Date: 26 May 2025 +#### Date: 09 June 2025 - Release 2.0 support. +- Nested Global fields support --- ## v1.3.3 diff --git a/contentstack_management/__init__.py b/contentstack_management/__init__.py index bcfeb42..849cd80 100644 --- a/contentstack_management/__init__.py +++ b/contentstack_management/__init__.py @@ -72,7 +72,7 @@ __author__ = 'dev-ex' __status__ = 'debug' __region__ = 'na' -__version__ = '1.5.0' +__version__ = '1.4.0' __host__ = 'api.contentstack.io' __protocol__ = 'https://' __api_version__ = 'v3'