From 1751bf11456298b299a4a4e31a0754a0b37c3990 Mon Sep 17 00:00:00 2001 From: Olivier Bellone Date: Wed, 11 Sep 2019 11:50:17 -0700 Subject: [PATCH] Bump version to 2.36.1 --- CHANGELOG.md | 3 +++ VERSION | 2 +- stripe/version.py | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5814e7f34..d68684258 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 2.36.1 - 2019-09-11 +* [#612](https://github.com/stripe/stripe-python/pull/612) Use `ListObject` properties as default values in request methods + ## 2.36.0 - 2019-09-10 * [#610](https://github.com/stripe/stripe-python/pull/610) Add support for header parameters in `ListObject` request methods diff --git a/VERSION b/VERSION index 3a05135cd..089d1d4e0 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.36.0 +2.36.1 diff --git a/stripe/version.py b/stripe/version.py index 3bd933494..bcc12678e 100644 --- a/stripe/version.py +++ b/stripe/version.py @@ -1 +1 @@ -VERSION = "2.36.0" +VERSION = "2.36.1"