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

Unified Diff: testing_support/__init__.py

Issue 533213002: Added timezone info for the start date for the fake commits. (Closed) Base URL: https://chromium.googlesource.com/infra/testing/testing_support@master
Patch Set: Created 6 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
« no previous file with comments | « no previous file | testing_support/git/repo.py » ('j') | testing_support/git/repo.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing_support/__init__.py
diff --git a/testing_support/__init__.py b/testing_support/__init__.py
index 428c8a698dc19ef23e4907fe692da9bf5ecf7a09..ac414d6bcd14e676b19fde22b853bbfb98078b0f 100644
--- a/testing_support/__init__.py
+++ b/testing_support/__init__.py
@@ -4,7 +4,7 @@
"""Utilities to support writing unittests for infra-related tools."""
-__version__ = "0.1.4"
+__version__ = "0.1.5"
__author__ = 'The Chromium Infrastructure Team'
__email__ = 'infra-dev@chromium.org'
__url__ = 'https://chromium.googlesource.com/infra/testing/testing_support/'
« no previous file with comments | « no previous file | testing_support/git/repo.py » ('j') | testing_support/git/repo.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698