File tree 4 files changed +24
-3
lines changed 4 files changed +24
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
24
## 1.25.0
4
25
5
26
### Various fixes & improvements
Original file line number Diff line number Diff line change 30
30
copyright = "2019, Sentry Team and Contributors"
31
31
author = "Sentry Team and Contributors"
32
32
33
- release = "1.25.0 "
33
+ release = "1.25.1 "
34
34
version = "." .join (release .split ("." )[:2 ]) # The short X.Y version.
35
35
36
36
Original file line number Diff line number Diff line change @@ -220,4 +220,4 @@ def _get_default_options():
220
220
del _get_default_options
221
221
222
222
223
- VERSION = "1.25.0 "
223
+ VERSION = "1.25.1 "
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ def get_file_text(file_name):
21
21
22
22
setup (
23
23
name = "sentry-sdk" ,
24
- version = "1.25.0 " ,
24
+ version = "1.25.1 " ,
25
25
author = "Sentry Team and Contributors" ,
26
26
author_email = "hello@sentry.io" ,
27
27
url = "https://github.com/getsentry/sentry-python" ,
You can’t perform that action at this time.
0 commit comments