Skip to content

Commit 0325252

Browse files
committed
v2.0.1
* Minor fixes
1 parent 9b5a32f commit 0325252

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -596,6 +596,9 @@ Contact us @ https://blockbee.io/contacts/
596596
* Support to BlockBee Checkout page
597597
* Various improvements
598598

599+
#### 2.0.1
600+
* Minor bugfixes
601+
599602
### Breaking Changes
600603

601604
#### 2.0.0

blockbee/BlockBee.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ def list_payouts(coin, status = 'all', page = 1, api_key = '', payout_request=Fa
203203
params = {
204204
'apikey': api_key,
205205
'status': status,
206-
'page': page
206+
'p': page
207207
}
208208

209209
endpoint = 'payout/list'

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
name='python-blockbee',
1212

13-
version='2.0.0',
13+
version='2.0.1',
1414

1515
packages=find_packages(),
1616

0 commit comments

Comments
 (0)