From a9afce7c562d620b39d3c0443be0514f315751f4 Mon Sep 17 00:00:00 2001 From: getsentry-bot Date: Fri, 15 Jan 2021 18:21:07 +0000 Subject: [PATCH] release: 21.1.0 --- LICENSE | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index 1b36183325..17ad4038e7 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: 2023-12-15 +Change Date: 2024-01-15 Change License: Apache License, Version 2.0 diff --git a/setup.py b/setup.py index b79ee3132f..2276028150 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup, find_packages -VERSION = "20.12.1" +VERSION = "21.1.0" def get_requirements():