Skip to content

Commit

Permalink
release: 2.0.0a2
Browse files Browse the repository at this point in the history
  • Loading branch information
getsentry-bot committed Feb 29, 2024
1 parent 1e1daf1 commit 5694e11
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 3 deletions.
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,36 @@
# Changelog

## 2.0.0a2

### Various fixes & improvements

- Fork test_tracedecorator_async (#2778) by @sentrivana
- More compatibility tests (#2772) by @antonpirker
- Allow to configure merge target for releases (#2777) by @sentrivana
- fix(docs): allow empty character in metric tags values (#2775) by @viglia
- fix(metrics): Replace invalid tag values with an empty string instead of _ (#2773) by @markushi
- docs: Add documentation comment to `scrub_list` (#2769) by @szokeasaurusrex
- ref(scrubber): Add recursive scrubbing to EventScrubber (#2755) by @Cheapshot003
- Fixed regex to parse version in lambda package file (#2767) by @sentrivana
- Temporarily disable tests for alpha release (fa5f50b0) by @antonpirker
- channel link (0594cfa5) by @antonpirker
- Added note to README (cdf4f901) by @antonpirker
- Updated migration guide (ad4ff19c) by @antonpirker
- ref(api): Abstract base classes (#2667) by @szokeasaurusrex
- Scope refactoring (merge Hubs and Scopes) (#2610) by @antonpirker
- docs: Update readme, migration guide (#2754) by @sentrivana
- Remove PY2 (8aa95995) by @sentrivana
- Added last_event_id() to the stuff that has been removed. (93f89e00) by @antonpirker
- ref: Use new-style super() (#2744) by @sentrivana
- ref(docs): Tweak migration guide (#2742) by @sentrivana
- fix(metrics): Fix typo (#2735) by @sentrivana
- Deprecate profiler `_experiments` options (#2737) by @sentrivana
- Remove `user.segment` (#2726) by @sentrivana
- ref(transport): Remove compatibility import (#2698) by @sentrivana
- Typo (#2690) by @sentrivana

_Plus 22 more_

## 1.40.6

### 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 @@ -28,7 +28,7 @@
copyright = "2019-{}, Sentry Team and Contributors".format(datetime.now().year)
author = "Sentry Team and Contributors"

release = "1.40.6"
release = "2.0.0a2"
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 @@ -326,4 +326,4 @@ def _get_default_options():
del _get_default_options


VERSION = "1.40.6"
VERSION = "2.0.0a2"
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.40.6",
version="2.0.0a2",
author="Sentry Team and Contributors",
author_email="[email protected]",
url="https://github.com/getsentry/sentry-python",
Expand Down

0 comments on commit 5694e11

Please sign in to comment.