diff --git a/CHANGELOG.md b/CHANGELOG.md index fe7439f30..6c3be33d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ and this project adheres to ## [Unreleased] +## [2.0.0] - 2021-07-09 + ### Added - xAPI video `interacted` pydantic models @@ -95,7 +97,8 @@ and this project adheres to - Add optional sentry integration - Distribute Arnold's tray to deploy Ralph in a k8s cluster as cronjobs -[unreleased]: https://github.com/openfun/ralph/compare/v1.2.0...master +[unreleased]: https://github.com/openfun/ralph/compare/v2.0.0...master +[2.0.0]: https://github.com/openfun/ralph/compare/v1.2.0...v2.0.0 [1.2.0]: https://github.com/openfun/ralph/compare/v1.1.0...v1.2.0 [1.1.0]: https://github.com/openfun/ralph/compare/v1.0.0...v1.1.0 [1.0.0]: https://github.com/openfun/ralph/compare/3d03d85...v1.0.0 diff --git a/setup.cfg b/setup.cfg index 4e43cf8ad..64420c731 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ ;; [metadata] name = ralph-malph -version = 1.2.0 +version = 2.0.0 description = A learning logs processor to feed your LRS long_description = file:README.md long_description_content_type = text/markdown diff --git a/src/ralph/__init__.py b/src/ralph/__init__.py index 2cbdb8285..a9b2ffbfa 100644 --- a/src/ralph/__init__.py +++ b/src/ralph/__init__.py @@ -1,3 +1,3 @@ """Ralph module""" -__version__ = "1.2.0" +__version__ = "2.0.0" diff --git a/src/tray/tray.yml b/src/tray/tray.yml index bb520b4e0..5f0341fe5 100644 --- a/src/tray/tray.yml +++ b/src/tray/tray.yml @@ -1,3 +1,3 @@ metadata: name: ralph - version: 0.1.0 + version: 2.0.0