| Index: testing_support/__init__.py
|
| diff --git a/testing_support/__init__.py b/testing_support/__init__.py
|
| index ac414d6bcd14e676b19fde22b853bbfb98078b0f..4be886c2c58cfa0f002440528d6bf9503d12680f 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.5"
|
| +__version__ = "0.1.6"
|
| __author__ = 'The Chromium Infrastructure Team'
|
| __email__ = 'infra-dev@chromium.org'
|
| __url__ = 'https://chromium.googlesource.com/infra/testing/testing_support/'
|
|
|