Skip to content

Commit 9996f5e

Browse files
committed
Publish package v1.5.2
Update version number and CHANGELOG.md.
1 parent 50283de commit 9996f5e

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

.changesets/remove-redundant-cron-check-in-pairs.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# AppSignal for Python Changelog
22

3+
## 1.5.2
4+
5+
_Published on 2025-05-05._
6+
7+
### Changed
8+
9+
- Remove redundant cron check-in pairs. When more than one pair of start and finish cron check-in events is reported for the same identifier in the same period, only one of them will be reported to AppSignal. (patch [392a9e7](https://github.com/appsignal/appsignal-python/commit/392a9e718b3d1100b68afa0f1d6286386333c357))
10+
311
## 1.5.1
412

513
_Published on 2025-03-14._

src/appsignal/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
from __future__ import annotations
22

33

4-
__version__ = "1.5.1"
4+
__version__ = "1.5.2"

0 commit comments

Comments
 (0)