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 Feb 12, 2020
1 parent f0b583d commit beaf74c
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="1.11.0"></a>
## 1.11.0 (2020-02-12)

#### Fixes

* **github:** add service_number for github actions ([9f93bd8e](9f93bd8e))
This should fix support for parallel builds.

#### Compatibility

* Python 2.7 and 3.4 are now officially End-Of-Life'd. Consider them deprecated
from the perspective of this package -- we'll remove them in an upcoming
release (likely the first one which requires non-trivial work to continue
supporting them!).

<a name="1.10.0"></a>
## 1.10.0 (2019-12-31)

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

0 comments on commit beaf74c

Please sign in to comment.