Skip to content

Commit

Permalink
Bump Version to 17.0.1 to Address Single Quote Issue
Browse files Browse the repository at this point in the history
Summary:
[BizSDK] Bump Version to 17.0.1 to Address Single Quote Issue

Bump the version to release a new minor version to address the issue

Reviewed By: mengxuanzhangz

Differential Revision: D46815647

fbshipit-source-id: 7c2be171a10452aa7d3870592f0861a5399111e0
  • Loading branch information
stcheng authored and facebook-github-bot committed Jun 16, 2023
1 parent 705af89 commit f69504b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion facebook_business/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
from facebook_business.session import FacebookSession
from facebook_business.api import FacebookAdsApi

__version__ = '17.0.0'
__version__ = '17.0.1'
__all__ = [
'session',
'objects',
Expand Down
2 changes: 1 addition & 1 deletion facebook_business/apiconfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@

ads_api_config = {
'API_VERSION': 'v17.0',
'SDK_VERSION': 'v17.0.0',
'SDK_VERSION': 'v17.0.1',
'STRICT_MODE': False
}
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 = 'facebook_business'
PACKAGE_VERSION = '17.0.0'
PACKAGE_VERSION = '17.0.1'
PACKAGE_AUTHOR = 'Facebook'
PACKAGE_AUTHOR_EMAIL = ''
PACKAGE_URL = 'https://github.com/facebook/facebook-python-business-sdk'
Expand Down

0 comments on commit f69504b

Please sign in to comment.