Skip to content

Commit 10f6948

Browse files
committed
Updated the build status badge to point to travis-ci.com
1 parent 32370e1 commit 10f6948

3 files changed

Lines changed: 8 additions & 3 deletions

File tree

CHANGELOG.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ Change Log
1111

1212
.. There should always be an "Unreleased" section for changes pending release.
1313
14+
[0.10.2] - 2020-11-19
15+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
16+
17+
* Updated the travis-badge in README.rst to point to travis-ci.com
18+
1419
[0.10.1] - 2020-11-09
1520
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1621

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ refer to this `list of resources`_ if you need any assistance.
6464
:target: https://pypi.python.org/pypi/code-annotations/
6565
:alt: PyPI
6666

67-
.. |travis-badge| image:: https://travis-ci.org/edx/code-annotations.svg?branch=master
68-
:target: https://travis-ci.org/edx/code-annotations
67+
.. |travis-badge| image:: https://travis-ci.com/edx/code-annotations.svg?branch=master
68+
:target: https://travis-ci.com/edx/code-annotations
6969
:alt: Travis
7070

7171
.. |codecov-badge| image:: http://codecov.io/github/edx/code-annotations/coverage.svg?branch=master

code_annotations/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
Extensible tools for parsing annotations in codebases.
33
"""
44

5-
__version__ = '0.10.1'
5+
__version__ = '0.10.2'

0 commit comments

Comments
 (0)