From df7703e55d0aa8f117e180577c7a064f8d983c0b Mon Sep 17 00:00:00 2001 From: paulstretenowich <31796146+paulstretenowich@users.noreply.github.com> Date: Fri, 8 Nov 2024 20:46:12 +0000 Subject: [PATCH] [create-pull-request] automated change --- CHANGELOG.md | 9 +++++++++ pt_cli/__version__.py | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..07adba0 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,9 @@ +### Changelog + +All notable changes to this project will be documented in this file. Dates are displayed in UTC. + +Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). + +#### 2.1.0 + +- Rollback debug [`05368e8`](https://github.com/c3g/project_tracking_cli/commit/05368e88bf72bbbecf0e721e4d497c7620a11631) diff --git a/pt_cli/__version__.py b/pt_cli/__version__.py index 3b3dacb..a33997d 100644 --- a/pt_cli/__version__.py +++ b/pt_cli/__version__.py @@ -1 +1 @@ -__version__ = '2.0' +__version__ = '2.1.0'