From a427b6b6c5064efa4cc2c674edf72d333ecd62d0 Mon Sep 17 00:00:00 2001 From: Ivo Branco Date: Wed, 23 Mar 2022 12:54:41 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20bump=20to=20version=201.1.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixed - Fix fallback Richie enrollment start from course start --- CHANGELOG.md | 2 ++ richie_openedx_sync/__init__.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6724a3a..91926ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [1.1.1] - 2022-03-23 + ### Fixed - Fix fallback Richie enrollment start from course start diff --git a/richie_openedx_sync/__init__.py b/richie_openedx_sync/__init__.py index 60864b3..ede40d1 100644 --- a/richie_openedx_sync/__init__.py +++ b/richie_openedx_sync/__init__.py @@ -3,6 +3,6 @@ """ from __future__ import unicode_literals -__version__ = "1.1.0" +__version__ = "1.1.1" default_app_config = 'richie_openedx_sync.apps.RichieOpenEdxSyncConfig'