Skip to content

Commit

Permalink
Bump version to 5.1.0b2
Browse files Browse the repository at this point in the history
  • Loading branch information
anniel-stripe committed Dec 16, 2022
1 parent f61b89b commit 3ddd2e2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog

## 5.1.0b2 - 2022-12-15
* [#906](https://github.com/stripe/stripe-python/pull/906) API Updates for beta branch
* Updated stable APIs to the latest version
* Add support for new resources `QuoteLine`, `TaxCalculation`, and `TaxTransaction`
* Add support for `create` and `list_line_items` methods on resource `TaxCalculation`
* Add support for `create_reversal`, `create`, and `retrieve` methods on resource `TaxTransaction`

## 5.1.0b1 - 2022-12-08
* [#902](https://github.com/stripe/stripe-python/pull/902) API Updates for beta branch
* Updated stable APIs to the latest version
Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
5.1.0b1
5.1.0b2
2 changes: 1 addition & 1 deletion stripe/version.py
@@ -1 +1 @@
VERSION = "5.1.0b1"
VERSION = "5.1.0b2"

0 comments on commit 3ddd2e2

Please sign in to comment.