Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(228)

Unified Diff: recipe_engine/third_party/google/protobuf/__init__.py

Issue 2236673002: Bump vendoring, move to proto3 release. (Closed) Base URL: https://github.com/luci/recipes-py@master
Patch Set: Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « bootstrap/update_vendoring.py ('k') | recipe_engine/third_party/google/protobuf/any_test_pb2.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: recipe_engine/third_party/google/protobuf/__init__.py
diff --git a/recipe_engine/third_party/google/protobuf/__init__.py b/recipe_engine/third_party/google/protobuf/__init__.py
index 2a3c6771a0f7800d715e9c58b78c02931d01e620..6210a404b5f2d390f411a24f6afd9e97bf398986 100644
--- a/recipe_engine/third_party/google/protobuf/__init__.py
+++ b/recipe_engine/third_party/google/protobuf/__init__.py
@@ -30,7 +30,7 @@
# Copyright 2007 Google Inc. All Rights Reserved.
-__version__ = '3.0.0b3'
+__version__ = '3.0.0'
if __name__ != '__main__':
try:
« no previous file with comments | « bootstrap/update_vendoring.py ('k') | recipe_engine/third_party/google/protobuf/any_test_pb2.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698