8000 Bump version to 8.5.0b2 · stripe/stripe-python@f914c6a · GitHub
[go: up one dir, main page]

Skip to content

Commit f914c6a

Browse files
Bump version to 8.5.0b2
1 parent 699bd36 commit f914c6a

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 8.5.0b2 - 2024-02-27
4+
* **Python async** - In this beta release, async support is now "feature complete". If you notice missing async support for something, it's probably a bug! Usage instructions for the async interface are available in the [README.md](https://github.com/stripe/stripe-python/blob/beta/README.md#async).
5+
* [#1253](https://github.com/stripe/stripe-python/pull/1253) Beta: Support 'allow_sync_methods=False' in HTTPXClient
6+
* [#1254](https://github.com/stripe/stripe-python/pull/1254) Beta: add AIOHTTP http client
7+
* [#1247](https://github.com/stripe/stripe-python/pull/1247) Make `ListObject.auto_paging_iter()` implement `AsyncIterator`
8+
39
## 8.5.0b1 - 2024-02-22
410
* [#1246](https://github.com/stripe/stripe-python/pull/1246) Update generated code for beta
511

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8.5.0b1
1+
8.5.0b2

stripe/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "8.5.0b1"
1+
VERSION = "8.5.0b2"

0 commit comments

Comments
 (0)
0