diff --git a/CHANGELOG.md b/CHANGELOG.md index 511d3b5..c58fa18 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [1.3.0] - 2024-04-18 + ### Changed - Increase default timeout. diff --git a/richie_openedx_sync/__init__.py b/richie_openedx_sync/__init__.py index fa96b43..beb0d22 100644 --- a/richie_openedx_sync/__init__.py +++ b/richie_openedx_sync/__init__.py @@ -3,6 +3,6 @@ """ from __future__ import unicode_literals -__version__ = "1.2.0" +__version__ = "1.3.0" default_app_config = 'richie_openedx_sync.apps.RichieOpenEdxSyncConfig'