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

Commit

Permalink
Bump to version 2.1.5 (#274)
Browse files Browse the repository at this point in the history
* Bump to version 2.1.5

* Update versions
  • Loading branch information
thomasrockhu committed Jun 12, 2020
1 parent 07583f3 commit 4cbedcd
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
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

0 comments on commit 4cbedcd

Please sign in to comment.