Skip to content

Commit 8ceba84

Browse files
authored
Release 3.1.1 (#161)
1 parent aaa8e04 commit 8ceba84

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

ChangeLog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
* 3.1.1:
2+
- Refactor GoogleAdsClient to isolate interceptors into individual modules
3+
- Update partial failure example so it can be parsed for documentation
4+
- Add get_campaigns_by_label example
5+
- Add set_ad_parameters example
6+
17
* 3.1.0:
28
- Add load_from_dict method to the GoogleAdsClient
39
- Update add_expanded_text_ads example to add multiple ads

google/ads/google_ads/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@
2121
import google.ads.google_ads.util
2222

2323

24-
VERSION = '3.1.0'
24+
VERSION = '3.1.1'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535

3636
setup(
3737
name='google-ads',
38-
version='3.1.0',
38+
version='3.1.1',
3939
author='Google LLC',
4040
author_email='googleapis-packages@google.com',
4141
classifiers=[

0 commit comments

Comments
 (0)