Skip to content

Commit

Permalink
update to version 12.13.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
qitia committed Jul 2, 2019
1 parent 1db560e commit b27a291
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 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
12.13.3.1(2019-07-02)
+++++++++++++++++++++++++
* Fix import issue introduced by version 12.13.3, where clients would observe error ModuleNotFoundError: No module named 'bingads.v13.bulk.entities.feeds'.

12.13.3(2019-06-15)
+++++++++++++++++++++++++
* Updated Bing Ads API version 12 and 13 service proxies to reflect recent interface changes. For more information please see the Bing Ads API Release Notes: https://docs.microsoft.com/en-us/advertising/guides/release-notes.
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 = '12.13.3'
VERSION = '12.13.3.1'
BULK_FORMAT_VERSION_5 = '5.0'
BULK_FORMAT_VERSION_6 = '6.0'
WORKING_NAME = 'BingAdsSDKPython'
Expand Down
3 changes: 2 additions & 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 = '12.13.3'
VERSION = '12.13.3.1'

with open('README.rst', 'r') as f:
readme = f.read()
Expand Down Expand Up @@ -46,6 +46,7 @@
'bingads.v13.bulk.entities',
'bingads.v13.bulk.entities.ad_extensions',
'bingads.v13.bulk.entities.audiences',
'bingads.v13.bulk.entities.feeds',
'bingads.v13.bulk.entities.target_criterions',
'bingads.v13.bulk.entities.labels',
'bingads.v13.internal',
Expand Down

0 comments on commit b27a291

Please sign in to comment.