Skip to content

Commit 729664c

Browse files
authored
Fix app yamls (#4035)
* Removed deprecated version from app.yaml * Removed too much last time
1 parent b6b4136 commit 729664c

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

appengine/standard/i18n/app.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
application: i18n-sample-python
22
runtime: python27
33
api_version: 1
4-
version: 1
54
threadsafe: true
65

76

appengine/standard/multitenancy/app.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
version: 1
21
runtime: python27
32
api_version: 1
43
threadsafe: yes

appengine/standard/ndb/overview/app.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
# https://developers.google.com/appengine/docs/python/config/appconfig
44
# for details.
55

6-
version: 1
76
runtime: python27
87
api_version: 1
98
threadsafe: yes

appengine/standard/ndb/transactions/app.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55

66
version: 1
77
runtime: python27
8-
api_version: 1
98
threadsafe: yes
109

1110
# Handlers define how to route requests to your application.

0 commit comments

Comments
 (0)