Skip to content

Commit

Permalink
🔖 bump to version 1.3.0
Browse files Browse the repository at this point in the history
Changed

- Increase default timeout.
- Change logging integration to Richie from ERROR to WARNING level.
  • Loading branch information
igobranco committed Apr 18, 2024
1 parent bb80c54 commit 6c0e2d1
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.3.0] - 2024-04-18

### Changed

- Increase default timeout.
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.2.0"
__version__ = "1.3.0"

default_app_config = 'richie_openedx_sync.apps.RichieOpenEdxSyncConfig'

0 comments on commit 6c0e2d1

Please sign in to comment.