From fd8c78c969f46f5c68df4deb2ecb36a9b9d2476e Mon Sep 17 00:00:00 2001 From: Noemi <45180344+unflxw@users.noreply.github.com> Date: Tue, 14 May 2024 14:40:24 +0200 Subject: [PATCH] Publish package v1.3.3 Update version number and CHANGELOG.md. --- .changesets/support-kamal-based-deployments.md | 8 -------- CHANGELOG.md | 8 ++++++++ src/appsignal/__about__.py | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) delete mode 100644 .changesets/support-kamal-based-deployments.md diff --git a/.changesets/support-kamal-based-deployments.md b/.changesets/support-kamal-based-deployments.md deleted file mode 100644 index 35784679..00000000 --- a/.changesets/support-kamal-based-deployments.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -bump: "patch" -integrations: "all" -type: "add" ---- - -Support Kamal-based deployments. Read the `KAMAL_VERSION` environment variable, which Kamal exposes within the deployed container, if present, and use it as the application revision if it is not set. This will automatically report deploy markers for applications using Kamal. - diff --git a/CHANGELOG.md b/CHANGELOG.md index d124b677..c6ccf4ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # AppSignal for Python Changelog +## 1.3.3 + +_Published on 2024-05-14._ + +### Added + +- [b3db311](https://github.com/appsignal/appsignal-python/commit/b3db3118ff5368d4e24d0bfaf15be725a1a6134a) patch - Support Kamal-based deployments. Read the `KAMAL_VERSION` environment variable, which Kamal exposes within the deployed container, if present, and use it as the application revision if it is not set. This will automatically report deploy markers for applications using Kamal. + ## 1.3.2 _Published on 2024-05-06._ diff --git a/src/appsignal/__about__.py b/src/appsignal/__about__.py index bd797c7c..7341b21b 100644 --- a/src/appsignal/__about__.py +++ b/src/appsignal/__about__.py @@ -1,4 +1,4 @@ from __future__ import annotations -__version__ = "1.3.2" +__version__ = "1.3.3"