Skip to content

Commit

Permalink
🔖 bump to version 1.2.0
Browse files Browse the repository at this point in the history
Fixed

- Refactor Open edX code imports.
  Related with the removal of custom config of edx-platform sys.path.
  Change code to run on Open edX Lilac and following releases.

Added

- Add setting that allow to log richie requests
  • Loading branch information
igobranco committed Aug 25, 2022
1 parent 8bd69f1 commit 085ca9d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [1.2.0] - 2022-08-25

### Fixed

- Refactor Open edX code imports.
Expand Down
2 changes: 1 addition & 1 deletion richie_openedx_sync/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"""
from __future__ import unicode_literals

__version__ = "1.1.1"
__version__ = "1.2.0"

default_app_config = 'richie_openedx_sync.apps.RichieOpenEdxSyncConfig'

0 comments on commit 085ca9d

Please sign in to comment.