Skip to content

Commit

Permalink
chore(release): bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
TheKevJames committed Nov 11, 2021
1 parent 48f0ac0 commit c35bf51
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,18 @@
<a name="3.3.1"></a>
## 3.3.1 (2021-11-11)

#### Bug Fixes

* correctly support parallel execution on CircleCI (#336) ([2610885a](2610885a))

#### Internal

* exclude a few incompatible `coverage` versions (#337)

`coverage` versions v6.0.0 through v6.1.1 exhibited some incompatibilies with
`coveralls`; we've updated our version compatibility ranges to exclude those
versions.

<a name="3.3.0"></a>
## 3.3.0 (2021-11-04)

Expand Down
2 changes: 1 addition & 1 deletion coveralls/version.py
@@ -1 +1 @@
__version__ = '3.3.0'
__version__ = '3.3.1'

0 comments on commit c35bf51

Please sign in to comment.