Skip to content

Commit 422a019

Browse files
author
Evan Chen
committed
Bump to 2.4.2
Summary: Bump to 2.4.2 Fixes preset class, fixes api.API_VERSION Test Plan: none
1 parent 30d157a commit 422a019

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

facebookads/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
from facebookads.session import FacebookSession
2222
from facebookads.api import FacebookAdsApi
2323

24-
__version__ = '2.4.1'
24+
__version__ = '2.4.2'
2525
__all__ = [
2626
'session',
2727
'objects',

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.4.1'
32+
PACKAGE_VERSION = '2.4.2'
3333
PACKAGE_AUTHOR = 'Facebook'
3434
PACKAGE_AUTHOR_EMAIL = ''
3535
PACKAGE_URL = 'https://github.com/facebook/facebook-python-ads-sdk'

0 commit comments

Comments
 (0)