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

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

Issue 2265673002: Add LogDog / annotation protobuf support. (Closed) Base URL: https://github.com/luci/recipes-py@step-formal-struct
Patch Set: Updated with comments, added test, proto 3.0.2. Created 4 years, 3 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
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 6210a404b5f2d390f411a24f6afd9e97bf398986..30ee6e81f52468471419bb5c29015f20e4bdb114 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.0'
+__version__ = '3.0.2'
if __name__ != '__main__':
try:

Powered by Google App Engine
This is Rietveld 408576698