File tree Expand file tree Collapse file tree 2 files changed +9
-5
lines changed
Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 1- Version 8.10 (Unreleased)
1+ Version 8.11 (Unreleased)
22-------------------------
33
4+ Version 8.10
5+ ------------
6+
47- New and improved UI.
58- Removed previously deprecated ``sentry celery`` command.
69- Replaced the ``events`` queue with ``events.{preprocess,process,save}_event``.
Original file line number Diff line number Diff line change 2323:license: BSD, see LICENSE for more details.
2424"""
2525from __future__ import absolute_import
26+ import sys
2627
27- # if sys.version_info[:2] != (2, 7):
28- # print 'Error: Sentry requires Python 2.7'
29- # sys.exit(1)
28+ if sys .version_info [:2 ] != (2 , 7 ):
29+ print 'Error: Sentry requires Python 2.7'
30+ sys .exit (1 )
3031
3132import os
3233import os .path
4849)
4950
5051# The version of sentry
51- VERSION = '8.10.0.dev0 '
52+ VERSION = '8.10.0'
5253
5354# Hack to prevent stupid "TypeError: 'NoneType' object is not callable" error
5455# in multiprocessing/util.py _exit_function when running `python
You can’t perform that action at this time.
0 commit comments