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

Commit

Permalink
Update to 2.1.7 (#279)
Browse files Browse the repository at this point in the history
* Update to 2.1.7

* Update CHANGELOOG
  • Loading branch information
thomasrockhu committed Jun 14, 2020
1 parent df29449 commit b96c69c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,7 @@
### `2.1.7`

- [#279](https://github.com/codecov/codecov-python/pull/279) Fix pinned coverage version

### `2.1.6`

- [#275](https://github.com/codecov/codecov-python/pull/275) Fix GitHub Actions implementation
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.6"
__version__ = "2.1.7"
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -40,7 +40,7 @@
packages=["codecov"],
include_package_data=True,
zip_safe=True,
install_requires=["requests>=2.7.9", "coverage==4.5.4"],
install_requires=["requests>=2.7.9", "coverage"],
entry_points={"console_scripts": ["codecov=codecov:main"]},
python_requires=">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*",
)

0 comments on commit b96c69c

Please sign in to comment.