From 8428947c34811044f1e3f5928c04ddc2423896e9 Mon Sep 17 00:00:00 2001 From: tim-s-ccs Date: Fri, 13 Dec 2024 16:55:58 +0000 Subject: [PATCH] Release 3.0.2 --- CHANGELOG.md | 3 +++ digitalmarketplace_frontend_jinja/__init__.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d0c6fb8..3f727d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,10 @@ Records breaking changes from major version bumps. ## Unreleased +## 3.0.2 + Make Python 3.11 the minimum supported version +Update the `pyproject.toml` to add dev dependancies ## 3.0.1 diff --git a/digitalmarketplace_frontend_jinja/__init__.py b/digitalmarketplace_frontend_jinja/__init__.py index b7a5531..da4039b 100644 --- a/digitalmarketplace_frontend_jinja/__init__.py +++ b/digitalmarketplace_frontend_jinja/__init__.py @@ -1 +1 @@ -__version__ = '3.0.1' +__version__ = '3.0.2'