Skip to content

Commit 41d0ba6

Browse files
author
Evan Chen
committed
Bump to 2.2.5
Summary: Bump to 2.2.5 - Added Business object - Added DPA objects - Added rf_prediction_id to AdSet - Objects that can archive will POST status as delete instead of issuing a DELETE request Test Plan: doitlive
1 parent cc97e0e commit 41d0ba6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

facebookads/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ class FacebookAdsApi(object):
127127
this sdk.
128128
"""
129129

130-
SDK_VERSION = '2.2.4'
130+
SDK_VERSION = '2.2.5'
131131

132132
API_VERSION = 'v2.2'
133133

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
requirements_filename = os.path.join(this_dir, 'requirements.txt')
3030

3131
PACKAGE_NAME = 'facebookads'
32-
PACKAGE_VERSION = '2.2.4'
32+
PACKAGE_VERSION = '2.2.5'
3333
PACKAGE_AUTHOR = 'Facebook'
3434
PACKAGE_AUTHOR_EMAIL = ''
3535
PACKAGE_URL = 'https://github.com/facebook/facebook-python-ads-sdk'

0 commit comments

Comments
 (0)