Skip to content

Commit

Permalink
🔖(chore) bump to version 2.24.1
Browse files Browse the repository at this point in the history
Fixed
- Fix django templates using course-glimpse-list block
  • Loading branch information
jbpenrath committed Aug 30, 2023
1 parent af2d2cd commit 7167bdc
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 8 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ Versioning](https://semver.org/spec/v2.0.0.html).

## [Unrealeased]

## [2.24.1] - 2023-08-30

### Fixed

- Fix django templates using course-glimpse-list block
Expand Down Expand Up @@ -1905,7 +1907,8 @@ us:
- finish integrating the missing pages and improve the sandbox environment;
- test and polish the use of richie as a django app / node dependency.

[unreleased]: https://github.com/openfun/richie/compare/v2.24.0...master
[unreleased]: https://github.com/openfun/richie/compare/v2.24.1...master
[2.24.1]: https://github.com/openfun/richie/compare/v2.24.0...2.24.1
[2.24.0]: https://github.com/openfun/richie/compare/v2.23.0...2.24.0
[2.23.0]: https://github.com/openfun/richie/compare/v2.22.0...2.23.0
[2.22.0]: https://github.com/openfun/richie/compare/v2.21.1...2.22.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ django-storages==1.13.2
dockerflow==2022.8.0
gunicorn==20.1.0
psycopg2-binary==2.9.6
richie==2.24.0
richie==2.24.1
unidecode==1.3.6 # required by django-check-seo
sentry-sdk==1.28.1
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"CMS"
],
"dependencies": {
"richie-education": "2.24.0"
"richie-education": "2.24.1"
},
"devDependencies": {
"@formatjs/cli": "6.1.3",
Expand Down
4 changes: 2 additions & 2 deletions docs/cookiecutter.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ If you chose to install Cookiecutter, you can now run it against our
[template][2] as follows:

```bash
cookiecutter gh:openfun/richie --directory cookiecutter --checkout v2.24.0
cookiecutter gh:openfun/richie --directory cookiecutter --checkout v2.24.1
```

If you didn't want to install it on your machine, we provide a Docker image
built with our [own repository][4] that you can use as follows:

```bash
docker run --rm -it -u $(id -u):$(id -g) -v $PWD:/app \
fundocker/cookiecutter gh:openfun/richie --directory cookiecutter --checkout v2.24.0
fundocker/cookiecutter gh:openfun/richie --directory cookiecutter --checkout v2.24.1
```

The `--directory` option is to indicate that our Cookiecutter template is in
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
;;
[metadata]
name = richie
version = 2.24.0
version = 2.24.1
description = A CMS to build learning portals for open education
long_description = file:README.md
long_description_content_type = text/markdown
Expand Down
2 changes: 1 addition & 1 deletion src/frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "richie-education",
"version": "2.24.0",
"version": "2.24.1",
"description": "A CMS to build learning portals for Open Education",
"main": "sandbox/manage.py",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion tests_e2e/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "richie-tests-e2e",
"version": "2.24.0",
"version": "2.24.1",
"description": "End-to-end tests for the Richie project",
"repository": "https://github.com/openfun/richie",
"author": "Open FUN (France Université Numérique)",
Expand Down

0 comments on commit 7167bdc

Please sign in to comment.