Skip to content

Commit 4b1d6ce

Browse files
committed
release: 1.25.1
1 parent dd6bbe0 commit 4b1d6ce

File tree

4 files changed

+24
-3
lines changed

4 files changed

+24
-3
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Changelog
22

3+
## 1.25.1
4+
5+
### Django update (ongoing)
6+
7+
Collections of improvements to our Django integration.
8+
9+
By: @mgaligniana (#1773)
10+
11+
### Various fixes & improvements
12+
13+
- Fix `parse_url` (#2161) by @sentrivana
14+
- test: Fix using unittest.mock whenever available (#1926) by @mgorny
15+
- build(deps): bump sphinx from 5.3.0 to 7.0.1 (#2112) by @dependabot
16+
- build(deps): bump black from 22.12.0 to 23.3.0 (#1984) by @dependabot
17+
- build(deps): bump mypy from 1.2.0 to 1.3.0 (#2110) by @dependabot
18+
- Fix 2.7 `common` tests (#2145) by @sentrivana
19+
- Better version parsing in integrations (#2152) by @antonpirker
20+
- Align HTTP status code as span data field `http.response.status_code` (#2113) by @antonpirker
21+
- build(deps): bump actions/stale from 6 to 8 (#1978) by @dependabot
22+
- Do not encode cached value to determine size (#2143) by @sentrivana
23+
324
## 1.25.0
425

526
### Various fixes & improvements

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
copyright = "2019, Sentry Team and Contributors"
3131
author = "Sentry Team and Contributors"
3232

33-
release = "1.25.0"
33+
release = "1.25.1"
3434
version = ".".join(release.split(".")[:2]) # The short X.Y version.
3535

3636

sentry_sdk/consts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,4 +220,4 @@ def _get_default_options():
220220
del _get_default_options
221221

222222

223-
VERSION = "1.25.0"
223+
VERSION = "1.25.1"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def get_file_text(file_name):
2121

2222
setup(
2323
name="sentry-sdk",
24-
version="1.25.0",
24+
version="1.25.1",
2525
author="Sentry Team and Contributors",
2626
author_email="hello@sentry.io",
2727
url="https://github.com/getsentry/sentry-python",

0 commit comments

Comments
 (0)