From d9ec77af711c9ae343f2773ada8ffb7c8bd99991 Mon Sep 17 00:00:00 2001 From: getsentry-bot Date: Mon, 23 Oct 2023 15:47:35 +0000 Subject: [PATCH] release: 2.0.6 --- docs/conf.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 448eef52..2c78fb44 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -27,7 +27,7 @@ author = "Sentry Team and Contributors" # The full version, including alpha/beta/rc tags -release = "2.0.5" +release = "2.0.6" version = ".".join(release.split(".")[:3]) diff --git a/setup.py b/setup.py index d94639ec..fc927420 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ def get_file_text(file_name: str) -> str: setup( name="snuba-sdk", - version="2.0.5", + version="2.0.6", author="Sentry", author_email="oss@sentry.io", url="https://github.com/getsentry/snuba-sdk",