Skip to content

Commit aca907c

Browse files
committed
🔖(minor) prepare 0.3.0 distribution release
Added: - Add dedicated views depending on LTI roles Changed: - Remove restricted access to instructors and administrators
1 parent d64132c commit aca907c

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ and this project adheres to
88

99
## [Unreleased]
1010

11+
## [0.3.0] - 2024-06-05
12+
1113
### Added
1214

1315
- Add dedicated views depending on LTI roles
@@ -63,6 +65,7 @@ and this project adheres to
6365
- Encapsulate statements pre-processing in a Mixin class
6466
- Factorize Video indicators
6567

66-
[unreleased]: https://github.com/openfun/warren/compare/v0.2.0...main
68+
[unreleased]: https://github.com/openfun/warren/compare/v0.3.0...main
69+
[0.3.0]: https://github.com/openfun/warren/compare/v0.2.0...v0.3.0
6770
[0.2.0]: https://github.com/openfun/warren/compare/v0.1.0...v0.2.0
6871
[0.1.0]: https://github.com/openfun/warren/compare/abae78e...v0.1.0

src/api/core/warren/__init__.py

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

3-
__version__ = "0.2.0"
3+
__version__ = "0.3.0"

src/app/version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"source" : "https://github.com/openfun/warren",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"commit" : "fixme",
55
"build" : "fixme"
66
}

src/app/warren/__init__.py

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

3-
__version__ = "0.2.0"
3+
__version__ = "0.3.0"

0 commit comments

Comments
 (0)