8000 Bump to version 2.1.5 (#274) · sajith/codecov-python@4cbedcd · GitHub
[go: up one dir, main page]

Skip to content

Commit 4cbedcd

Browse files
authored
Bump to version 2.1.5 (codecov#274)
* Bump to version 2.1.5 * Update versions
1 parent 07583f3 commit 4cbedcd

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
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

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.4"
8+
__version__ = "2.1.5"

tests/requirements.txt

Lines changed: 1 addition & 1 deletion
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