Browse Source

Merge remote-tracking branch 'origin/releases/20.6.0'

Burak Yigit Kaya 4 years ago
parent
commit
05cdc70d76
1 changed files with 1 additions and 1 deletions
  1. 1 1
      setup.py

+ 1 - 1
setup.py

@@ -25,7 +25,7 @@ from sentry.utils.distutils import (
 )
 
 
-VERSION = "10.1.0.dev0"
+VERSION = "20.6.0"
 IS_LIGHT_BUILD = os.environ.get("SENTRY_LIGHT_BUILD") == "1"