Browse Source

meta: Bump new development version

Burak Yigit Kaya 4 years ago
parent
commit
355526e5eb
2 changed files with 2 additions and 2 deletions
  1. 1 1
      LICENSE
  2. 1 1
      setup.py

+ 1 - 1
LICENSE

@@ -16,7 +16,7 @@ Additional Use Grant: You may make use of the Licensed Work, provided that you d
                       error-reporting or application monitoring features of the
                       Licensed Work.
 
-Change Date:          2023-07-17
+Change Date:          2023-07-18
 
 Change License:       Apache License, Version 2.0
 

+ 1 - 1
setup.py

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