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

Bump to 2.1.8 #287

Merged
merged 1 commit into from Jul 16, 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
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,8 @@
### `2.1.8`

- [#285](https://github.com/codecov/codecov-python/pull/285)Add support for CODECOV_FLAGS
- [#276](https://github.com/codecov/codecov-python/pull/276)Add ability to specify number of upload retries

### `2.1.7`

- [#279](https://github.com/codecov/codecov-python/pull/279) Fix pinned coverage version
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.7"
__version__ = "2.1.8"