We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e826b12 commit b36cbd6Copy full SHA for b36cbd6
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## Pending
+## [2.26.0] 2022-07-27
4
5
### Added
6
- Added Django 4.1 to the testing matrix.
@@ -11,7 +11,7 @@
11
- Catch SIGQUIT and SIGTERM errors when running core agent. They will now
12
be logged as debug messages rather than exceptions.
13
14
-## [2.25.0] 2022-05-12
+## [2.25.1] 2022-05-12
15
16
17
setup.py
@@ -36,7 +36,7 @@
36
37
setup(
38
name="scout_apm",
39
- version="2.25.1",
+ version="2.26.0",
40
description="Scout Application Performance Monitoring Agent",
41
long_description=long_description,
42
long_description_content_type="text/markdown",
0 commit comments