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

Commit a8f6ff2

Browse files
authored
Bump to 2.1.11 (#310)
1 parent f4b116d commit a8f6ff2

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
### `2.1.11`
2+
3+
#### Fixes
4+
- #305 Added option to disable printing of gcov-out
5+
- #308 Handle exceptions that don't have a returncode
6+
7+
#### Dependencies and Misc
8+
- #301 Update to Python 3.9
9+
110
### `2.1.10`
211

312
#### Fixes
@@ -10,7 +19,7 @@
1019
#### Dependencies and Misc
1120
- [#290](https://github.com/codecov/codecov-python/pull/290) Bump coverage from 4.5.4 to 5.2.1
1221
- [#291](https://github.com/codecov/codecov-python/pull/291) Update python versions
13-
- [#292](https://github.com/codecov/codecov-python/pull/292) Add license scan report and status
22+
- [#292](https://github.com/codecov/codecov-python/pull/292) Add license scan report and status
1423
- [#294](https://github.com/codecov/codecov-python/pull/294) Update README with accurate links
1524
- [#296](https://github.com/codecov/codecov-python/pull/296) Bump coverage from 5.2.1 to 5.3
1625

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.10"
8+
__version__ = "2.1.11"

0 commit comments

Comments
 (0)