Skip to content

Commit 212003d

Browse files
committed
Commiting latest changes.
1 parent b93a8a4 commit 212003d

File tree

949 files changed

+3346
-646
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

949 files changed

+3346
-646
lines changed

ChangeLog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
5.5.0 -- 5/23/17:
2+
* Added more expressive python utility to build DFP PQL statements.
3+
* Support building DFP SOAP entities with native python date/datetime objects.
4+
* Added support and examples for DFP v201705.
5+
* Removed support and examples for DFP v201605.
6+
17
5.4.0 -- 4/25/17:
28
* Resolved issues:
39
- Issue 200: https://github.com/googleads/googleads-python-lib/issues/200

examples/adwords/adwords_appengine_demo/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/python
22
#
33
# Copyright 2014 Google Inc. All Rights Reserved.
44
#

examples/adwords/adwords_appengine_demo/demo/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/python
22
#
33
# Copyright 2014 Google Inc. All Rights Reserved.
44
#

examples/adwords/adwords_appengine_demo/demo/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/python
22
#
33
# Copyright 2014 Google Inc. All Rights Reserved.
44
#

examples/adwords/adwords_appengine_demo/handlers/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/python
22
#
33
# Copyright 2014 Google Inc. All Rights Reserved.
44
#

examples/adwords/adwords_appengine_demo/handlers/api_handler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/python
22
#
33
# Copyright 2014 Google Inc. All Rights Reserved.
44
#

examples/adwords/adwords_appengine_demo/handlers/ndb_handler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/python
22
#
33
# Copyright 2014 Google Inc. All Rights Reserved.
44
#

examples/adwords/adwords_appengine_demo/models/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/python
22
#
33
# Copyright 2014 Google Inc. All Rights Reserved.
44
#

examples/adwords/adwords_appengine_demo/models/app_user.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/python
22
#
33
# Copyright 2014 Google Inc. All Rights Reserved.
44
#

examples/adwords/adwords_appengine_demo/views/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/python
22
#
33
# Copyright 2014 Google Inc. All Rights Reserved.
44
#

0 commit comments

Comments
 (0)