Skip to content

Commit

Permalink
Merge release/0.12.1 into master
Browse files Browse the repository at this point in the history
  • Loading branch information
untitaker committed Sep 19, 2019
2 parents d7d63e3 + 79985b2 commit da399d6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -22,7 +22,7 @@
copyright = u"2019, Sentry Team and Contributors"
author = u"Sentry Team and Contributors"

release = "0.12.0"
release = "0.12.1"
version = ".".join(release.split(".")[:2]) # The short X.Y version.


Expand Down
2 changes: 1 addition & 1 deletion sentry_sdk/consts.py
Expand Up @@ -72,7 +72,7 @@ def _get_default_options():
del _get_default_options


VERSION = "0.12.0"
VERSION = "0.12.1"
SDK_INFO = {
"name": "sentry.python",
"version": VERSION,
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -12,7 +12,7 @@

setup(
name="sentry-sdk",
version="0.12.0",
version="0.12.1",
author="Sentry Team and Contributors",
author_email="hello@getsentry.com",
url="https://github.com/getsentry/sentry-python",
Expand Down

0 comments on commit da399d6

Please sign in to comment.