File tree Expand file tree Collapse file tree 6 files changed +10
-7
lines changed
Expand file tree Collapse file tree 6 files changed +10
-7
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11metadata :
22 name : ralph
3- version : 3.7 .0
3+ version : 3.8 .0
44source :
55 path : src/tray
Original file line number Diff line number Diff line change 33; ;
44[metadata]
55name = ralph-malph
6- version = 3.7 .0
6+ version = 3.8 .0
77description = The ultimate toolbox for your learning analytics
88long_description = file:README.md
99long_description_content_type = text/markdown
Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff line change 11"""Ralph module."""
22
3- __version__ = "3.7 .0"
3+ __version__ = "3.8 .0"
Original file line number Diff line number Diff line change 11metadata :
22 name : ralph
3- version : 3.7 .0
3+ version : 3.8 .0
You can’t perform that action at this time.
0 commit comments