Skip to content

Commit c35bf51

Browse files
committed
chore(release): bump version
1 parent 48f0ac0 commit c35bf51

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
116
<a name="3.3.0"></a>
217
## 3.3.0 (2021-11-04)
318

coveralls/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '3.3.0'
1+
__version__ = '3.3.1'

0 commit comments

Comments
 (0)