Skip to content

Commit b0ea72c

Browse files
authored
Prepare for 3.4.0 release (#816)
* Prepare for 3.4.0 release
1 parent 0d0245c commit b0ea72c

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
runs-on: ubuntu-24.04
8484
strategy:
8585
matrix:
86-
python: [3.8, 3.9]
86+
python: [3.9]
8787
steps:
8888
- uses: actions/checkout@v4
8989

@@ -142,7 +142,7 @@ jobs:
142142
user: __token__
143143
password: ${{ secrets.TEST_TWINE_PASSWORD }}
144144
repository-url: https://test.pypi.org/legacy/
145-
skip_existing: true
145+
skip-existing: true
146146

147147
- name: Publish distributions to PyPI
148148
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags/v')

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,18 @@
22

33
## Pending
44

5-
- Change to tz-aware dates internally (Issue #799)
6-
- psutil dependency un-pin (#790)
5+
## [3.4.0] 2025-05-08
6+
### Fixed
7+
- urllib3 dependency un-pin (#810)
8+
- Support `rq` now having tz-aware times
79

810
## [3.3.0] 2025-01-07
911
### Added
1012
- Added support for down-sampling via Scout configuration.
1113
- Sample rates can be set globally or for specific jobs/endpoints
1214
- Check out our [documentation](https://scoutapm.com/docs/python/configuration#sampling) for more information and example usage.
15+
- Change to tz-aware dates internally (Issue #799)
16+
- psutil dependency un-pin (#790)
1317

1418
## [3.2.0] 2024-09-12
1519
### Added

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
setup(
3535
name="scout_apm",
36-
version="3.3.0",
36+
version="3.4.0",
3737
description="Scout Application Performance Monitoring Agent",
3838
long_description=long_description,
3939
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)