Browse Source

meta: Bump new development version

getsentry-bot 3 years ago
parent
commit
0b945b52b4
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:          2024-11-15
+Change Date:          2024-12-15
 
 Change License:       Apache License, Version 2.0
 

+ 1 - 1
setup.py

@@ -32,7 +32,7 @@ from sentry.utils.distutils import (
     BuildJsSdkRegistryCommand,
 )
 
-VERSION = "21.12.0.dev0"
+VERSION = "22.1.0.dev0"
 IS_LIGHT_BUILD = os.environ.get("SENTRY_LIGHT_BUILD") == "1"