Skip to content

Commit 2c0327e

Browse files
committed
🔖(patch) prepare 0.3.1 distribution release
Added: - Add development view for lti select page
1 parent bc18a5f commit 2c0327e

File tree

4 files changed

+10
-5
lines changed

4 files changed

+10
-5
lines changed

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to
77
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
88

9-
## [Unreleased]
9+
## [0.3.1] - 2024-06-26
10+
11+
### Added
12+
13+
- Add development view for lti select page
1014

1115
## [0.3.0] - 2024-06-05
1216

@@ -65,7 +69,8 @@ and this project adheres to
6569
- Encapsulate statements pre-processing in a Mixin class
6670
- Factorize Video indicators
6771

68-
[unreleased]: https://github.com/openfun/warren/compare/v0.3.0...main
72+
[unreleased]: https://github.com/openfun/warren/compare/v0.3.1...main
73+
[0.3.1]: https://github.com/openfun/warren/compare/v0.3.0...v0.3.1
6974
[0.3.0]: https://github.com/openfun/warren/compare/v0.2.0...v0.3.0
7075
[0.2.0]: https://github.com/openfun/warren/compare/v0.1.0...v0.2.0
7176
[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.3.0"
3+
__version__ = "0.3.1"

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.3.0",
3+
"version": "0.3.1",
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.3.0"
3+
__version__ = "0.3.1"

0 commit comments

Comments
 (0)