We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6219681 commit ed331f5Copy full SHA for ed331f5
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+## 3.26.1
2
+* Correct issue with setup.py
3
+
4
## 3.26.0
5
* Add Transaction `update_details`
6
* Support for Too Many Requests response codes
braintree/version.py
@@ -1 +1 @@
-Version = "3.26.0"
+Version = "3.26.1"
setup.py
@@ -1,7 +1,7 @@
from distutils.core import setup
setup(
name="braintree",
- version="3.25.0",
+ version="3.26.1",
description="Braintree Python Library",
author="Braintree",
7
author_email="support@braintreepayments.com",
0 commit comments