Skip to content

Commit 3071fbb

Browse files
committed
chore(release): bump version
1 parent 7e76edb commit 3071fbb

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.md

+12-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
<a name="2.0.0"></a>
2+
## 2.0.0 (2020-04-07)
3+
4+
#### Compatiblity (BREAKING CHANGES)
5+
6+
* We have now dropped support for End-Of-Life'd versions of Python and
7+
particularly old versions of the `coverage` library; if you are still using
8+
Python v2.7 or v3.4, or you are using `coverage<4.1`, this library will no
9+
longer be compatible starting from this release -- please pin to
10+
`coveralls<2.0.0`.
11+
112
<a name="1.11.1"></a>
213
## 1.11.1 (2020-02-15)
314

@@ -12,7 +23,7 @@
1223

1324
#### Fixes
1425

15-
* **github:** add service_number for github actions ([9f93bd8e](9f93bd8e))
26+
* **github:** add `service_number` for github actions ([9f93bd8e](9f93bd8e))
1627
This should fix support for parallel builds.
1728

1829
#### Compatibility

coveralls/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '1.11.1'
1+
__version__ = '2.0.0'

0 commit comments

Comments
 (0)