Skip to content

Commit

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

- Fix fallback Richie enrollment start from course start
  • Loading branch information
igobranco committed Mar 23, 2022
1 parent a763122 commit a427b6b
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.1.1] - 2022-03-23

### Fixed

- Fix fallback Richie enrollment start from course start
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.0"
__version__ = "1.1.1"

default_app_config = 'richie_openedx_sync.apps.RichieOpenEdxSyncConfig'

0 comments on commit a427b6b

Please sign in to comment.