8000 Update to 2.1.7 (#279) · sajith/codecov-python@b96c69c · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit b96c69c

Browse files
authored
Update to 2.1.7 (codecov#279)
* Update to 2.1.7 * Update CHANGELOOG
1 parent df29449 commit b96c69c

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### `2.1.7`
2+
3+
- [#279](https://github.com/codecov/codecov-python/pull/279) Fix pinned coverage version
4+
15
### `2.1.6`
26

37
- [#275](https://github.com/codecov/codecov-python/pull/275) Fix GitHub Actions implementation

codecov/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
__license__ = "Apache 2.0"
66
__title__ = "codecov"
77
__url__ = "https://github.com/codecov/codecov-python"
8-
__version__ = "2.1.6"
8+
__version__ = "2.1.7"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
packages=["codecov"],
4141
include_package_data=True,
4242
zip_safe=True,
43-
install_requires=["requests>=2.7.9", "coverage==4.5.4"],
43+
install_requires=["requests>=2.7.9", "coverage"],
4444
entry_points={"console_scripts": ["codecov=codecov:main"]},
4545
python_requires=">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*",
4646
)

0 commit comments

Comments
 (0)
0