diff --git a/sites/cnfpt/CHANGELOG.md b/sites/cnfpt/CHANGELOG.md index 3ddbff2f..7e5f0f28 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.6.0] - 2021-05-03 + ### Changed - Upgrade richie to 2.6.0 @@ -208,7 +210,8 @@ Versioning](https://semver.org/spec/v2.0.0.html). Initial release -[unreleased]: https://github.com/openfun/richie-site-factory/compare/cnfpt-1.5.0...HEAD +[unreleased]: https://github.com/openfun/richie-site-factory/compare/cnfpt-1.6.0...HEAD +[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 [1.4.0]: https://github.com/openfun/richie-site-factory/compare/cnfpt-1.3.0...cnfpt-1.4.0 [1.3.0]: https://github.com/openfun/richie-site-factory/compare/cnfpt-1.2.0...cnfpt-1.3.0 diff --git a/sites/cnfpt/src/backend/cnfpt/__init__.py b/sites/cnfpt/src/backend/cnfpt/__init__.py index 5b601886..e4adfb83 100644 --- a/sites/cnfpt/src/backend/cnfpt/__init__.py +++ b/sites/cnfpt/src/backend/cnfpt/__init__.py @@ -1 +1 @@ -__version__ = "1.5.0" +__version__ = "1.6.0" diff --git a/sites/cnfpt/src/frontend/package.json b/sites/cnfpt/src/frontend/package.json index 524ad856..07290b24 100644 --- a/sites/cnfpt/src/frontend/package.json +++ b/sites/cnfpt/src/frontend/package.json @@ -1,6 +1,6 @@ { "name": "cnfpt", - "version": "1.5.0", + "version": "1.6.0", "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",