Skip to content

Commit

Permalink
Bump to 2.2.5
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Evan Chen committed Feb 17, 2015
1 parent cc97e0e commit 41d0ba6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion facebookads/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ class FacebookAdsApi(object):
this sdk.
"""

SDK_VERSION = '2.2.4'
SDK_VERSION = '2.2.5'

API_VERSION = 'v2.2'

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
requirements_filename = os.path.join(this_dir, 'requirements.txt')

PACKAGE_NAME = 'facebookads'
PACKAGE_VERSION = '2.2.4'
PACKAGE_VERSION = '2.2.5'
PACKAGE_AUTHOR = 'Facebook'
PACKAGE_AUTHOR_EMAIL = ''
PACKAGE_URL = 'https://github.com/facebook/facebook-python-ads-sdk'
Expand Down

0 comments on commit 41d0ba6

Please sign in to comment.