From 6d0ab7e0e9d45a4699f388941c1d97a8c44c106c Mon Sep 17 00:00:00 2001 From: Olivier Bellone Date: Tue, 27 Nov 2018 14:06:15 +0100 Subject: [PATCH] Bump version to 2.13.0 --- 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 48f6206dd..595dd22ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 2.13.0 - 2018-11-27 +* [#489](https://github.com/stripe/stripe-python/pull/489) Add support for `ValueList` and `ValueListItem` for Radar + ## 2.12.1 - 2018-11-22 * [#495](https://github.com/stripe/stripe-python/pull/495) Make `StripeResponse` a new-style class diff --git a/VERSION b/VERSION index 3cf561c0b..fb2c0766b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.12.1 +2.13.0 diff --git a/stripe/version.py b/stripe/version.py index 24061c374..8ef561645 100644 --- a/stripe/version.py +++ b/stripe/version.py @@ -1 +1 @@ -VERSION = '2.12.1' +VERSION = '2.13.0'