Skip to content

Commit

Permalink
Merge branch 'release/2.0.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
glennmatthews committed Mar 17, 2017
2 parents e683f42 + 8ac45f7 commit 95b18eb
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@ Change Log
All notable changes to the COT project will be documented in this file.
This project adheres to `Semantic Versioning`_.

`2.0.1`_ - 2017-03-17
---------------------

**Fixed**

- One unit test case,
COT.helpers.tests.test_helper.HelperGenericTest.test_download_and_expand_tgz,
was failing after 2.0.0 was released, due to its assumptions about the
contents of the master repo on GitHub no longer being valid. Fixed now.

`2.0.0`_ - 2017-03-17
---------------------

Expand Down Expand Up @@ -774,6 +784,7 @@ Initial public release.
.. _verboselogs: https://verboselogs.readthedocs.io/en/latest/

.. _Unreleased: https://github.com/glennmatthews/cot/compare/master...develop
.. _2.0.1: https://github.com/glennmatthews/cot/compare/v2.0.0...v2.0.1
.. _2.0.0: https://github.com/glennmatthews/cot/compare/v1.9.1...v2.0.0
.. _1.9.1: https://github.com/glennmatthews/cot/compare/v1.9.0...v1.9.1
.. _1.9.0: https://github.com/glennmatthews/cot/compare/v1.8.2...v1.9.0
Expand Down
2 changes: 1 addition & 1 deletion COT/helpers/tests/test_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ def test_download_and_expand_tgz(self):
os.path.join(directory, "cot-master", "COT", "tests")))
self.assertTrue(os.path.exists(
os.path.join(directory, "cot-master", "COT", "tests",
"ut.py")))
"cot_testcase.py")))
except requests.exceptions.ConnectionError:
# unable to connect to github - might be an isolated environment
self.fail("ConnectionError when trying to download from GitHub")
Expand Down

0 comments on commit 95b18eb

Please sign in to comment.