Skip to content

Commit 1dc7070

Browse files
satwikareddy3facebook-github-bot
authored andcommitted
Python SDK minor release
Summary: To address changes in D74041672 Reviewed By: liliarizona Differential Revision: D74278792 fbshipit-source-id: b52e164067917841179d20f93b614663f3ea526a
1 parent 71f25ed commit 1dc7070

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

facebook_business/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
from facebook_business.session import FacebookSession
88
from facebook_business.api import FacebookAdsApi
99

10-
__version__ = '22.0.4'
10+
__version__ = '22.0.5'
1111
__all__ = ['session', 'api']

facebook_business/apiconfig.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66

77
ads_api_config = {
88
'API_VERSION': 'v22.0',
9-
'SDK_VERSION': 'v22.0.4',
9+
'SDK_VERSION': 'v22.0.5',
1010
'STRICT_MODE': False
1111
}

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 = 'facebook_business'
32-
PACKAGE_VERSION = '22.0.4'
32+
PACKAGE_VERSION = '22.0.5'
3333
PACKAGE_AUTHOR = 'Facebook'
3434
PACKAGE_AUTHOR_EMAIL = 'shuotian@meta.com'
3535
PACKAGE_URL = 'https://github.com/facebook/facebook-python-business-sdk'

0 commit comments

Comments
 (0)