Skip to content

Commit 4e00080

Browse files
committed
Update version
1 parent 3258e9b commit 4e00080

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -163,12 +163,12 @@ This project follows [semver](https://semver.org/), with three additions:
163163

164164
- Certain features (e.g. integrations) may be explicitly called out as "experimental" or "unstable" in the documentation. They come with their own versioning policy described in the documentation.
165165

166-
We recommend to pin your version requirements against `2.x.*` or `2.x.y`.
166+
We recommend to pin your version requirements against `3.x.*` or `3.x.y`.
167167
Either one of the following is fine:
168168

169169
```
170-
sentry-sdk>=2.0.0,<3.0.0
171-
sentry-sdk==2.4.0
170+
sentry-sdk>=3.0.0,<4.0.0
171+
sentry-sdk==3.5.0
172172
```
173173

174174
A major release `N` implies the previous release `N-1` will no longer receive updates. We generally do not backport bugfixes to older versions unless they are security relevant. However, feel free to ask for backports of specific commits on the bugtracker.

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
copyright = "2019-{}, Sentry Team and Contributors".format(datetime.now().year)
3434
author = "Sentry Team and Contributors"
3535

36-
release = "3.0.0"
36+
release = "2.27.0"
3737
version = ".".join(release.split(".")[:2]) # The short X.Y version.
3838

3939

sentry_sdk/consts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -985,4 +985,4 @@ def _get_default_options():
985985
del _get_default_options
986986

987987

988-
VERSION = "3.0.0"
988+
VERSION = "2.27.0"

0 commit comments

Comments
 (0)