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
This repository was archived by the owner on Apr 20, 2023. It is now read-only.

Commit 4cbedcd

Browse filesBrowse files
authored
Bump to version 2.1.5 (#274)
* Bump to version 2.1.5 * Update versions
1 parent 07583f3 commit 4cbedcd
Copy full SHA for 4cbedcd

File tree

3 files changed

+8
-2
lines changed
Filter options

3 files changed

+8
-2
lines changed

‎CHANGELOG.md

Copy file name to clipboardExpand all lines: CHANGELOG.md
+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
### `2.1.5`
2+
3+
- [#273](https://github.com/codecov/codecov-python/pull/273) Implement retries on Codecov API calls
4+
- [#265](https://github.com/codecov/codecov-python/pull/265) Add GitHub Actions CI detection
5+
- [#267](https://github.com/codecov/codecov-python/pull/267) Add CODECOV_NAME as default for name
6+
17
### `2.1.4`
28

39
- [#260](https://github.com/codecov/codecov-python/pull/260) Enforce black formatting

‎codecov/__version__.py

Copy file name to clipboardExpand all lines: codecov/__version__.py
+1-1
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.4"
8+
__version__ = "2.1.5"

‎tests/requirements.txt

Copy file name to clipboardExpand all lines: tests/requirements.txt
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
coverage>=4.4.0
22
ddt
33
mock
4-
pytest>=3.6.0
4+
pytest>=4.6.0
55
pytest-cov
66
funcsigs
77
requests

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.