File tree Expand file tree Collapse file tree 4 files changed +24
-3
lines changed Expand file tree Collapse file tree 4 files changed +24
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 3030copyright = "2019, Sentry Team and Contributors"
3131author = "Sentry Team and Contributors"
3232
33- release = "1.25.0 "
33+ release = "1.25.1 "
3434version = "." .join (release .split ("." )[:2 ]) # The short X.Y version.
3535
3636
Original file line number Diff line number Diff line change @@ -220,4 +220,4 @@ def _get_default_options():
220220del _get_default_options
221221
222222
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):
2121
2222setup (
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" ,
You can’t perform that action at this time.
0 commit comments