Skip to content

Commit 6fc674f

Browse files
committed
9.0.0.dev0
1 parent f39e324 commit 6fc674f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
)
4949

5050
# The version of sentry
51-
VERSION = '8.23.0.dev0'
51+
VERSION = '9.0.0.dev0'
5252

5353
# Hack to prevent stupid "TypeError: 'NoneType' object is not callable" error
5454
# in multiprocessing/util.py _exit_function when running `python
@@ -63,6 +63,8 @@
6363
IS_LIGHT_BUILD = os.environ.get('SENTRY_LIGHT_BUILD') == '1'
6464

6565
# we use pip requirements files to improve Docker layer caching
66+
67+
6668
def get_requirements(env):
6769
with open('requirements-{}.txt'.format(env)) as fp:
6870
return [x.strip() for x in fp.read().split('\n') if not x.startswith('#')]

0 commit comments

Comments
 (0)