File tree 2 files changed +13
-2
lines changed
2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change
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
+
1
12
<a name =" 1.11.1 " ></a >
2
13
## 1.11.1 (2020-02-15)
3
14
12
23
13
24
#### Fixes
14
25
15
- * ** github:** add service_number for github actions ([ 9f93bd8e] ( 9f93bd8e ) )
26
+ * ** github:** add ` service_number ` for github actions ([ 9f93bd8e] ( 9f93bd8e ) )
16
27
This should fix support for parallel builds.
17
28
18
29
#### Compatibility
Original file line number Diff line number Diff line change 1
- __version__ = '1.11.1 '
1
+ __version__ = '2.0.0 '
You can’t perform that action at this time.
0 commit comments