From 6c0e2d1e318b0b52da865750a279ae7e244fdbcb Mon Sep 17 00:00:00 2001 From: Ivo Branco Date: Thu, 18 Apr 2024 14:03:14 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20bump=20to=20version=201.3.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Changed - Increase default timeout. - Change logging integration to Richie from ERROR to WARNING level. --- 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 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'