From 0627f08e193bc16cff64f1e4524b667efdf1bb53 Mon Sep 17 00:00:00 2001 From: getsentry-bot Date: Mon, 15 Feb 2021 17:23:08 +0000 Subject: [PATCH] release: 21.2.0 --- LICENSE | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index 17ad4038e7e..e31117941e2 100644 --- a/LICENSE +++ b/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-01-15 +Change Date: 2024-02-15 Change License: Apache License, Version 2.0 diff --git a/setup.py b/setup.py index da7dd2ce0b7..5ca44084a53 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup, find_packages -VERSION = "21.2.0.dev0" +VERSION = "21.2.0" def get_requirements():