From 60fcc398d93b9afcbd585f804bd24eaa8aaeab58 Mon Sep 17 00:00:00 2001 From: paulstretenowich <31796146+paulstretenowich@users.noreply.github.com> Date: Fri, 7 Nov 2025 16:19:59 +0000 Subject: [PATCH] [create-pull-request] automated change --- CHANGELOG.md | 9 ++++++++- project_tracking/__version__.py | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ff76ded..3272088 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +4,18 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [3.1.4](https://github.com/c3g/project_tracking/compare/3.1.3...3.1.4) + +- Debug ingest_delivery [`103aff1`](https://github.com/c3g/project_tracking/commit/103aff11677356d4058118684d14e79fbdf3691a) +- Dev Version update [`89127ef`](https://github.com/c3g/project_tracking/commit/89127efa5fe5ef2f52c1105a6a298fcdda8ca468) + #### [3.1.3](https://github.com/c3g/project_tracking/compare/3.1.2...3.1.3) +> 6 November 2025 + - Adding already existing location warning [`f547c67`](https://github.com/c3g/project_tracking/commit/f547c6749e9e06e924ae67ad5700ccd87d72dc99) +- [create-pull-request] automated change [`1b5ecc1`](https://github.com/c3g/project_tracking/commit/1b5ecc1ee9c48edf57260786a50210bdcdef3f4e) - Debug StateEnum equality test [`e459b39`](https://github.com/c3g/project_tracking/commit/e459b39fd3934224e383d335af8c402b3e488f98) -- Dev Version update [`ed71dc0`](https://github.com/c3g/project_tracking/commit/ed71dc0eaad6af877f050bfa29b9e949e19dd59b) #### [3.1.2](https://github.com/c3g/project_tracking/compare/3.1.1...3.1.2) diff --git a/project_tracking/__version__.py b/project_tracking/__version__.py index a41febc..a7f6b6d 100644 --- a/project_tracking/__version__.py +++ b/project_tracking/__version__.py @@ -1 +1 @@ -__version__ = '3.1.3.dev' +__version__ = '3.1.4'