Skip to content

Commit b2662c1

Browse files
authored
Merge pull request googleapis#2625 from omaray/master
Change the version of the Logging API from v2beta1 to v2
2 parents 64b242f + 87a13aa commit b2662c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

logging/google/cloud/logging/connection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class Connection(base_connection.JSONConnection):
3535
API_BASE_URL = 'https://logging.googleapis.com'
3636
"""The base of the API call URL."""
3737

38-
API_VERSION = 'v2beta1'
38+
API_VERSION = 'v2'
3939
"""The version of the API, used in building the API call's URL."""
4040

4141
API_URL_TEMPLATE = '{api_base_url}/{api_version}{path}'

0 commit comments

Comments
 (0)