Skip to content

Commit 0002209

Browse files
committed
Publish package v1.5.4
Update version number and CHANGELOG.md.
1 parent 19d2bd4 commit 0002209

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

.changesets/add--nginx_port--configuration-option.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.4
4+
5+
_Published on 2025-06-06._
6+
7+
### Added
8+
9+
- Add `nginx_port` configuration option. This configuration option can be used to customize the port on which the AppSignal integration exposes [the NGINX metrics server](https://docs.appsignal.com/metrics/nginx.html). (patch [e531134](https://github.com/appsignal/appsignal-python/commit/e5311340141879d02ec2d40ff8961b40b669e711), [151c290](https://github.com/appsignal/appsignal-python/commit/151c290c14878f787936ac8c2c1e18bf0db56e5c), [2a76f66](https://github.com/appsignal/appsignal-python/commit/2a76f66c6f9cdf769833d9c0e0666bffdebd8fbd))
10+
311
## 1.5.3
412

513
_Published on 2025-05-08._

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.3"
4+
__version__ = "1.5.4"

0 commit comments

Comments
 (0)