We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48f0ac0 commit c35bf51Copy full SHA for c35bf51
CHANGELOG.md
@@ -1,3 +1,18 @@
1
+<a name="3.3.1"></a>
2
+## 3.3.1 (2021-11-11)
3
+
4
+#### Bug Fixes
5
6
+* correctly support parallel execution on CircleCI (#336) ([2610885a](2610885a))
7
8
+#### Internal
9
10
+* exclude a few incompatible `coverage` versions (#337)
11
12
+`coverage` versions v6.0.0 through v6.1.1 exhibited some incompatibilies with
13
+`coveralls`; we've updated our version compatibility ranges to exclude those
14
+versions.
15
16
<a name="3.3.0"></a>
17
## 3.3.0 (2021-11-04)
18
coveralls/version.py
@@ -1 +1 @@
-__version__ = '3.3.0'
+__version__ = '3.3.1'
0 commit comments