diff --git a/CHANGELOG.rst b/CHANGELOG.rst index d628268..efc3cd9 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -14,6 +14,11 @@ Change Log Unreleased ~~~~~~~~~~ +[1.3.1] - 2020-11-19 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +Updated travis badge in README.rst to point to travis-ci.com instead of travis-ci.org + + [1.3.0] - 2020-07-16 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/README.rst b/README.rst index fe04a92..371bbca 100644 --- a/README.rst +++ b/README.rst @@ -58,8 +58,8 @@ refer to this `list of resources`_ if you need any assistance. :target: https://pypi.python.org/pypi/edx-when/ :alt: PyPI -.. |travis-badge| image:: https://travis-ci.org/edx/edx-when.svg?branch=master - :target: https://travis-ci.org/edx/edx-when +.. |travis-badge| image:: https://travis-ci.com/edx/edx-when.svg?branch=master + :target: https://travis-ci.com/edx/edx-when :alt: Travis .. |codecov-badge| image:: http://codecov.io/github/edx/edx-when/coverage.svg?branch=master diff --git a/edx_when/__init__.py b/edx_when/__init__.py index 2b2e37f..450717c 100644 --- a/edx_when/__init__.py +++ b/edx_when/__init__.py @@ -2,6 +2,6 @@ Your project description goes here. """ -__version__ = '1.3.0' +__version__ = '1.3.1' default_app_config = 'edx_when.apps.EdxWhenConfig' # pylint: disable=invalid-name