diff --git a/sites/cnfpt/CHANGELOG.md b/sites/cnfpt/CHANGELOG.md index dc47bfdf..8c2f010b 100644 --- a/sites/cnfpt/CHANGELOG.md +++ b/sites/cnfpt/CHANGELOG.md @@ -8,6 +8,8 @@ Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [1.7.1] - 2021-06-08 + ### Fixed - Upgrade richie to 2.7.1 to fix LTI consumer when logged-in OpenEdX @@ -220,7 +222,8 @@ Versioning](https://semver.org/spec/v2.0.0.html). Initial release -[unreleased]: https://github.com/openfun/richie-site-factory/compare/cnfpt-1.7.0...HEAD +[unreleased]: https://github.com/openfun/richie-site-factory/compare/cnfpt-1.7.1...HEAD +[1.7.1]: https://github.com/openfun/richie-site-factory/compare/cnfpt-1.7.0...cnfpt-1.7.1 [1.7.0]: https://github.com/openfun/richie-site-factory/compare/cnfpt-1.6.0...cnfpt-1.7.0 [1.6.0]: https://github.com/openfun/richie-site-factory/compare/cnfpt-1.5.0...cnfpt-1.6.0 [1.5.0]: https://github.com/openfun/richie-site-factory/compare/cnfpt-1.4.0...cnfpt-1.5.0 diff --git a/sites/cnfpt/src/backend/cnfpt/__init__.py b/sites/cnfpt/src/backend/cnfpt/__init__.py index 14d9d2f5..3c1e9cbd 100644 --- a/sites/cnfpt/src/backend/cnfpt/__init__.py +++ b/sites/cnfpt/src/backend/cnfpt/__init__.py @@ -1 +1 @@ -__version__ = "1.7.0" +__version__ = "1.7.1" diff --git a/sites/cnfpt/src/frontend/package.json b/sites/cnfpt/src/frontend/package.json index 27825ad7..9eefdb88 100644 --- a/sites/cnfpt/src/frontend/package.json +++ b/sites/cnfpt/src/frontend/package.json @@ -1,6 +1,6 @@ { "name": "cnfpt", - "version": "1.7.0", + "version": "1.7.1", "description": "Richie-powered CMS for mooc.cnfpt.fr", "scripts": { "build-ts": "webpack --config node_modules/richie-education/webpack.config.js --output-path ../backend/base/static/richie/js/build --env richie-dependent-build --env richie-settings=overrides.json",