Replace __version__.py with __init__.py
Also fixes reporting in sentry.fix_request_path_info
parent
5191b6c130
commit
9e2c11beb8
|
|
@ -6,6 +6,8 @@ Copyright:
|
|||
This code and affiliated files are (C) by Bert Constantin and individual contributors.
|
||||
Please see LICENSE and AUTHORS for more information.
|
||||
"""
|
||||
# See PEP 440 (https://www.python.org/dev/peps/pep-0440/)
|
||||
__version__ = "0.8"
|
||||
|
||||
|
||||
# Monkey-patch Django < 1.5 to allow ContentTypes for proxy models.
|
||||
|
|
|
|||
|
|
@ -1,5 +0,0 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
"""
|
||||
See PEP 440 (https://www.python.org/dev/peps/pep-0440/)
|
||||
"""
|
||||
__version__ = "0.7.2"
|
||||
Loading…
Reference in New Issue