From 3daf921f52c2ec4f25eed62ec5795692e6ac2afa Mon Sep 17 00:00:00 2001 From: Volodymyr Savchenko Date: Tue, 7 Nov 2023 22:08:39 +0100 Subject: [PATCH 1/3] put dsn in --- nb2workflow/workflows.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nb2workflow/workflows.py b/nb2workflow/workflows.py index 81998f96..807c5cb1 100644 --- a/nb2workflow/workflows.py +++ b/nb2workflow/workflows.py @@ -16,7 +16,7 @@ try: import sentry_sdk - sentry_sdk.init(os.environ.get("SENTRY_URI", open("/cdci-resources/sentry-uri").read().strip())) + sentry_sdk.init(dsn="https://63ae106793010d836c74830fa75b300c@o264756.ingest.sentry.io/4506186624335872") except ImportError: sentry_sdk = None except Exception as e: From a1cd274d8049d4dc346c6ed3cfbd25f9e0b14e65 Mon Sep 17 00:00:00 2001 From: ODA Release Bot Date: Tue, 7 Nov 2023 21:09:09 +0000 Subject: [PATCH 2/3] =?UTF-8?q?Bump=20version:=201.3.53=20=E2=86=92=201.3.?= =?UTF-8?q?54-dev0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- VERSION | 2 +- setup.cfg | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index 3cb73748..50fff3f8 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.3.53 +1.3.54-dev0 diff --git a/setup.cfg b/setup.cfg index c7367640..af673416 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.3.53 +current_version = 1.3.54-dev0 commit = True tag = False parse = (?P\d+)\.(?P\d+)\.(?P\d+)(\-(?P[a-z]+)(?P\d+))? diff --git a/setup.py b/setup.py index 31b95402..82f892c5 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup_requires.append('pytest-runner') setup(name='nb2workflow', - version = '1.3.53', + version = '1.3.54-dev0', description='convert notebook to workflow', author='Volodymyr Savchenko', author_email='contact@volodymyrsavchenko.com', From 305c3cc461009b56c30f3337af86486adc02070a Mon Sep 17 00:00:00 2001 From: ODA Release Bot Date: Tue, 7 Nov 2023 21:09:09 +0000 Subject: [PATCH 3/3] =?UTF-8?q?Bump=20version:=201.3.54-dev0=20=E2=86=92?= =?UTF-8?q?=201.3.54?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- VERSION | 2 +- setup.cfg | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index 50fff3f8..b576a43a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.3.54-dev0 +1.3.54 diff --git a/setup.cfg b/setup.cfg index af673416..4d05c40b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.3.54-dev0 +current_version = 1.3.54 commit = True tag = False parse = (?P\d+)\.(?P\d+)\.(?P\d+)(\-(?P[a-z]+)(?P\d+))? diff --git a/setup.py b/setup.py index 82f892c5..17c60e2b 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup_requires.append('pytest-runner') setup(name='nb2workflow', - version = '1.3.54-dev0', + version = '1.3.54', description='convert notebook to workflow', author='Volodymyr Savchenko', author_email='contact@volodymyrsavchenko.com',