Skip to content

Commit

Permalink
Bing Ads Python SDK version 10.4.9 release
Browse files Browse the repository at this point in the history
  • Loading branch information
imagineful committed Sep 29, 2016
1 parent 25c56fd commit 2172f5c
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 3 deletions.
6 changes: 6 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
Release History
---------------

10.4.9(2016-09-29)
++++++++++++++++++

* Update wsdl proxy for Dynamic Search Ads
* Update wsdl proxy for Remarketing

10.4.8(2016-08-29)
++++++++++++++++++

Expand Down
3 changes: 3 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ Bing Ads Python SDK
.. image:: https://img.shields.io/pypi/v/bingads.svg
:target: https://pypi.python.org/pypi/bingads

.. image:: https://img.shields.io/pypi/dm/bingads.svg
:target: https://pypi.python.org/pypi/bingads


The Bing Ads Python Software Development Kit (SDK) Version 10.4 enhances the experience of developing Bing Ads applications
with the Python programming language.
Expand Down
2 changes: 1 addition & 1 deletion bingads/manifest.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = '10.4.8'
VERSION = '10.4.9'
BULK_FORMAT_VERSION = '3.0'
BULK_FORMAT_VERSION_4 = '4.0'
WORKING_NAME = 'BingAdsSDKPython'
Expand Down
2 changes: 1 addition & 1 deletion bingads/v10/proxies/campaign_management_service.xml

Large diffs are not rendered by default.

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 = '10.4.8'
VERSION = '10.4.9'

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

0 comments on commit 2172f5c

Please sign in to comment.