summaryrefslogtreecommitdiff
diff options
authorRemi Jannel <remi@stripe.com>2020-07-17 09:26:12 -0700
committerRemi Jannel <remi@stripe.com>2020-07-17 09:26:12 -0700
commit38d8903dbd21e21ed74c07a53e7242b971e25ae9 (patch)
tree16f71a722b7d5ed8dcedc842f4903ad6a1b353d1
parent62f1188ad3d0bb0d965613f8211df582065db18a (diff)
Bump version to 2.49.0v2.49.0
-rw-r--r--CHANGELOG.md3
-rw-r--r--VERSION2
-rw-r--r--stripe/version.py2
3 files changed, 5 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 98ff33a5..1c9f865d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,8 @@
# Changelog
+## 2.49.0 - 2020-07-17
+* [#665](https://github.com/stripe/stripe-python/pull/665) Support stripe.File.create(stripe_version='...')
+
## 2.48.0 - 2020-05-11
* [#655](https://github.com/stripe/stripe-python/pull/655) Add support for the `LineItem` resource and APIs
diff --git a/VERSION b/VERSION
index 9a9feb08..132775c2 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.48.0
+2.49.0
diff --git a/stripe/version.py b/stripe/version.py
index a2764196..3ce125ea 100644
--- a/stripe/version.py
+++ b/stripe/version.py
@@ -1 +1 @@
-VERSION = "2.48.0"
+VERSION = "2.49.0"