Skip to content
This repository has been archived by the owner on Apr 20, 2023. It is now read-only.

Bump to version 2.1.5 #274

Merged
merged 2 commits into from Jun 12, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,9 @@
### `2.1.5`

- [#273](https://github.com/codecov/codecov-python/pull/273) Implement retries on Codecov API calls
- [#265](https://github.com/codecov/codecov-python/pull/265) Add GitHub Actions CI detection
- [#267](https://github.com/codecov/codecov-python/pull/267) Add CODECOV_NAME as default for name

### `2.1.4`

- [#260](https://github.com/codecov/codecov-python/pull/260) Enforce black formatting
Expand Down
2 changes: 1 addition & 1 deletion codecov/__version__.py
Expand Up @@ -5,4 +5,4 @@
__license__ = "Apache 2.0"
__title__ = "codecov"
__url__ = "https://github.com/codecov/codecov-python"
__version__ = "2.1.4"
__version__ = "2.1.5"
2 changes: 1 addition & 1 deletion tests/requirements.txt
@@ -1,7 +1,7 @@
coverage>=4.4.0
ddt
mock
pytest>=3.6.0
pytest>=4.6.0
pytest-cov
funcsigs
requests
Expand Down