From 82209e4476fa155fb0c7d11d13bebf3ad7cc5b7d Mon Sep 17 00:00:00 2001 From: Richard Marmorstein Date: Wed, 23 Aug 2023 17:35:38 -0700 Subject: [PATCH] Bump version to 6.1.0b2 --- CHANGELOG.md | 5 ++++- VERSION | 2 +- stripe/version.py | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ab58fbbdf..31b40f630 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,10 @@ # Changelog +## 6.1.0b2 - 2023-08-23 +* [#1006](https://github.com/stripe/stripe-python/pull/1006) [#1017](https://github.com/stripe/stripe-python/pull/1017) Update generated code for beta +* [#1020](https://github.com/stripe/stripe-python/pull/1020) Adds type_annotations, and dependency on `typing_extensions`. + ## 6.1.0b1 - 2023-08-23 -* [#1017](https://github.com/stripe/stripe-python/pull/1017) * Updated stable APIs to the latest version ## 6.0.0 - 2023-08-16 diff --git a/VERSION b/VERSION index c52c7d3d2..9db3a8b8a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.1.0b1 +6.1.0b2 diff --git a/stripe/version.py b/stripe/version.py index def8cbe9b..9f9240ba1 100644 --- a/stripe/version.py +++ b/stripe/version.py @@ -1 +1 @@ -VERSION = "6.1.0b1" +VERSION = "6.1.0b2"