Skip to content

Commit 6b918d6

Browse files
committed
🔖(minor) bump release to 3.8.0
Added: - Implement edX open response assessment events pydantic models - Implement edx peer instruction events pydantic models - Implement xAPI VideoDownloaded pydantic model (using xAPI TinCan `downloaded` verb) Changed: - Allow to use a query for HTTP backends in the CLI
1 parent 4f6688b commit 6b918d6

File tree

6 files changed

+10
-7
lines changed

6 files changed

+10
-7
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,14 @@ and this project adheres to
88

99
## [Unreleased]
1010

11+
## [3.8.0] - 2023-06-21
12+
1113
### Added
1214

1315
- Implement edX open response assessment events pydantic models
1416
- Implement edx peer instruction events pydantic models
1517
- Implement xAPI VideoDownloaded pydantic model
16-
(using xAPI TinCan `downloaded` verb)
18+
(using xAPI TinCan `downloaded` verb)
1719

1820
### Changed
1921

@@ -331,7 +333,8 @@ as per the xAPI specification
331333
- Add optional sentry integration
332334
- Distribute Arnold's tray to deploy Ralph in a k8s cluster as cronjobs
333335

334-
[unreleased]: https://github.com/openfun/ralph/compare/v3.7.0...master
336+
[unreleased]: https://github.com/openfun/ralph/compare/v3.8.0...master
337+
[3.8.0]: https://github.com/openfun/ralph/compare/v3.7.0...v3.8.0
335338
[3.7.0]: https://github.com/openfun/ralph/compare/v3.6.0...v3.7.0
336339
[3.6.0]: https://github.com/openfun/ralph/compare/v3.5.1...v3.6.0
337340
[3.5.1]: https://github.com/openfun/ralph/compare/v3.5.0...v3.5.1

arnold.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
metadata:
22
name: ralph
3-
version: 3.7.0
3+
version: 3.8.0
44
source:
55
path: src/tray

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
;;
44
[metadata]
55
name = ralph-malph
6-
version = 3.7.0
6+
version = 3.8.0
77
description = The ultimate toolbox for your learning analytics
88
long_description = file:README.md
99
long_description_content_type = text/markdown

src/helm/ralph/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ version: 0.1.0
2121
# incremented each time you make changes to the application. Versions are not expected to
2222
# follow Semantic Versioning. They should reflect the version the application is using.
2323
# It is recommended to use it with quotes.
24-
appVersion: "3.7.0"
24+
appVersion: "3.8.0"

src/ralph/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Ralph module."""
22

3-
__version__ = "3.7.0"
3+
__version__ = "3.8.0"

src/tray/tray.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
metadata:
22
name: ralph
3-
version: 3.7.0
3+
version: 3.8.0

0 commit comments

Comments
 (0)