Skip to content

Commit

Permalink
update to version 13.0.9.1 to fix issue of missing proxies
Browse files Browse the repository at this point in the history
  • Loading branch information
qitia committed Apr 29, 2021
1 parent 47f7a11 commit fd6ae78
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
.. :changelog:
Release History
13.0.9.1(2021-04-29)
+++++++++++++++++++++++++
* Fix issue of missing proxies.

13.0.9(2021-04-29)
+++++++++++++++++++++++++
* Update Bing Ads API Version 13 service proxies to reflect recent interface changes. For details please see the Bing Ads API Release Notes: https://docs.microsoft.com/en-us/bingads/guides/release-notes.
Expand Down
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
include *.rst *.py *.txt
include LICENSE

include bingads/v13/proxies/*xml
include bingads/v13/proxies/*/*.xml
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.9'
VERSION = '13.0.9.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.9'
VERSION = '13.0.9.1'

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

0 comments on commit fd6ae78

Please sign in to comment.