Skip to content

Commit 77325bb

Browse files
Update facebook api to v10 (#36)
* Upgrade Facebook Business API version * Update setup.py update version of facebook business sdk * Update project version Co-authored-by: Vaaceph Khan <vaaceph.khan@lampenwelt.de>
1 parent 2b704ef commit 77325bb

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 3.2.0 (2021-04-19)
4+
5+
- Switch to current Facebook API version (10.0.0)
6+
37
## 3.1.0 (2020-04-06)
48

59
- Switch to current Facebook API version (6.0.0)

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
setup(
44
name='facebook-ads-performance-downloader',
5-
version='3.1.0',
5+
version='3.2.0',
66

77
description=("Downloads data from the Facebook Ads API to local files"),
88

99
install_requires=[
10-
'facebook_business==6.0.0',
10+
'facebook_business==10.0.0',
1111
'click>=6.0',
1212
'wheel>=0.29'
1313
],

0 commit comments

Comments
 (0)