Skip to content

Commit

Permalink
Python SDK version 10.4.6 release info update
Browse files Browse the repository at this point in the history
  • Loading branch information
imagineful committed Jul 18, 2016
1 parent 38a955b commit 5b099d3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
Release History
---------------

10.4.6(2016-07-18)
++++++++++++++++++

* Fix Reporting Service default version bug

10.4.5(2016-06-30)
++++++++++++++++++

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.5'
VERSION = '10.4.6'
BULK_FORMAT_VERSION = '3.0'
BULK_FORMAT_VERSION_4 = '4.0'
WORKING_NAME = 'BingAdsSDKPython'
Expand Down
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.5'
VERSION = '10.4.6'

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

0 comments on commit 5b099d3

Please sign in to comment.