Skip to content

Commit

Permalink
release: 1.25.1
Browse files Browse the repository at this point in the history
  • Loading branch information
getsentry-bot committed Jun 7, 2023
1 parent dd6bbe0 commit 4b1d6ce
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 3 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Changelog

## 1.25.1

### Django update (ongoing)

Collections of improvements to our Django integration.

By: @mgaligniana (#1773)

### Various fixes & improvements

- Fix `parse_url` (#2161) by @sentrivana
- test: Fix using unittest.mock whenever available (#1926) by @mgorny
- build(deps): bump sphinx from 5.3.0 to 7.0.1 (#2112) by @dependabot
- build(deps): bump black from 22.12.0 to 23.3.0 (#1984) by @dependabot
- build(deps): bump mypy from 1.2.0 to 1.3.0 (#2110) by @dependabot
- Fix 2.7 `common` tests (#2145) by @sentrivana
- Better version parsing in integrations (#2152) by @antonpirker
- Align HTTP status code as span data field `http.response.status_code` (#2113) by @antonpirker
- build(deps): bump actions/stale from 6 to 8 (#1978) by @dependabot
- Do not encode cached value to determine size (#2143) by @sentrivana

## 1.25.0

### Various fixes & improvements
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
copyright = "2019, Sentry Team and Contributors"
author = "Sentry Team and Contributors"

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


Expand Down
2 changes: 1 addition & 1 deletion sentry_sdk/consts.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,4 +220,4 @@ def _get_default_options():
del _get_default_options


VERSION = "1.25.0"
VERSION = "1.25.1"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def get_file_text(file_name):

setup(
name="sentry-sdk",
version="1.25.0",
version="1.25.1",
author="Sentry Team and Contributors",
author_email="hello@sentry.io",
url="https://github.com/getsentry/sentry-python",
Expand Down

0 comments on commit 4b1d6ce

Please sign in to comment.