Burak Yigit Kaya 5 лет назад
Родитель
Сommit
f699fa1a10
2 измененных файлов с 13 добавлено и 2 удалено
  1. 12 1
      CHANGES
  2. 1 1
      setup.py

+ 12 - 1
CHANGES

@@ -1,6 +1,17 @@
-Version 10.0 (Unreleased)
+Version 10.1 (Unreleased)
 -------------------------
 
+Version 10.0
+-------------------------
+
+Please refer to our blog post: https://blog.sentry.io/2020/01/07/self-hosted-sentry-10-is-ready-to-serve-get-it-while-its-hot/
+
+Version 9.1.2
+-------------
+
+- Bug fixes from 9.1.1 release.
+- See https://github.com/getsentry/sentry/releases/tag/9.1.2 for a summary
+
 Version 9.1.1
 -------------
 

+ 1 - 1
setup.py

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