Skip to content

Commit

Permalink
Merge branch 'master' into 111-running-long-tasks-on-mmoda
Browse files Browse the repository at this point in the history
  • Loading branch information
okolo committed Nov 13, 2023
2 parents bbc3b32 + 305c3cc commit 00a038d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.3.53
1.3.54
2 changes: 1 addition & 1 deletion nb2workflow/workflows.py
Original file line number Diff line number Diff line change
Expand Up @@ -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://[email protected]/4506186624335872")
except ImportError:
sentry_sdk = None
except Exception as e:
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.3.53
current_version = 1.3.54
commit = True
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+)(?P<build>\d+))?
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
setup_requires.append('pytest-runner')

setup(name='nb2workflow',
version = '1.3.53',
version = '1.3.54',
description='convert notebook to workflow',
author='Volodymyr Savchenko',
author_email='[email protected]',
Expand Down

0 comments on commit 00a038d

Please sign in to comment.