Skip to content

Commit

Permalink
Bump version to 8.5.0b2
Browse files Browse the repository at this point in the history
  • Loading branch information
richardm-stripe committed Feb 27, 2024
1 parent 699bd36 commit f914c6a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 8.5.0b2 - 2024-02-27
* **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).
* [#1253](https://github.com/stripe/stripe-python/pull/1253) Beta: Support 'allow_sync_methods=False' in HTTPXClient
* [#1254](https://github.com/stripe/stripe-python/pull/1254) Beta: add AIOHTTP http client
* [#1247](https://github.com/stripe/stripe-python/pull/1247) Make `ListObject.auto_paging_iter()` implement `AsyncIterator`

## 8.5.0b1 - 2024-02-22
* [#1246](https://github.com/stripe/stripe-python/pull/1246) Update generated code for beta

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8.5.0b1
8.5.0b2
2 changes: 1 addition & 1 deletion stripe/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "8.5.0b1"
VERSION = "8.5.0b2"

0 comments on commit f914c6a

Please sign in to comment.