Skip to content

Commit

Permalink
Merge pull request #294 from BingAds/v13.0.21.1
Browse files Browse the repository at this point in the history
v13.0.21.1
  • Loading branch information
xinyuwen2 authored Jul 24, 2024
2 parents 666088c + 56ae7b7 commit 0ae124b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
Release History

13.0.21.1(2024-07-24)
+++++++++++++++++++++++++
* Fix Issue #291: https://github.com/BingAds/BingAds-Python-SDK/issues/291

13.0.21(2024-07-18)
+++++++++++++++++++++++++
* Update Bing Ads API Version 13 service proxies to reflect recent interface changes. For details please see the Bing Ads API Release Notes: https://learn.microsoft.com/en-us/advertising/guides/release-notes?view=bingads-13.
Expand Down
2 changes: 1 addition & 1 deletion bingads/manifest.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import sys
VERSION = '13.0.21'
VERSION = '13.0.21.1'
BULK_FORMAT_VERSION_6 = '6.0'
WORKING_NAME = 'BingAdsSDKPython'
USER_AGENT = '{0} {1} {2}'.format(WORKING_NAME, VERSION, sys.version_info[0:3])
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
except ImportError:
from distutils.core import setup

VERSION = '13.0.21'
VERSION = '13.0.21.1'

with open('README.rst', 'r') as f:
readme = f.read()
Expand Down

0 comments on commit 0ae124b

Please sign in to comment.