Skip to content

Commit 4410e28

Browse files
author
getsentry-bot
committed
Merge branch 'release/1.5.7'
2 parents a14c127 + c1ec408 commit 4410e28

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 1.5.7
4+
5+
### Various fixes & improvements
6+
7+
- fix(serializer): Make sentry_repr dunder method to avoid mock problems (#1364) by @sl0thentr0py
8+
39
## 1.5.6
410

511
### Various fixes & improvements

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
copyright = u"2019, Sentry Team and Contributors"
3030
author = u"Sentry Team and Contributors"
3131

32-
release = "1.5.6"
32+
release = "1.5.7"
3333
version = ".".join(release.split(".")[:2]) # The short X.Y version.
3434

3535

sentry_sdk/consts.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ def _get_default_options():
101101
del _get_default_options
102102

103103

104-
VERSION = "1.5.6"
104+
VERSION = "1.5.7"
105105
SDK_INFO = {
106106
"name": "sentry.python",
107107
"version": VERSION,

setup.py

+1-1
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.5.6",
24+
version="1.5.7",
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)