diff --git a/sites/cnfpt/CHANGELOG.md b/sites/cnfpt/CHANGELOG.md index b598fc2b..6e5cacc4 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] +## [0.5.0] - 2020-08-31 + ### Added - Add a new section "Audience" to the course detail page @@ -59,7 +61,8 @@ Versioning](https://semver.org/spec/v2.0.0.html). Initial release -[unreleased]: https://github.com/openfun/richie-site-factory/compare/cnfpt-0.4.0...HEAD +[unreleased]: https://github.com/openfun/richie-site-factory/compare/cnfpt-0.5.0...HEAD +[0.5.0]: https://github.com/openfun/richie-site-factory/compare/cnfpt-0.4.0...cnfpt-0.5.0 [0.4.0]: https://github.com/openfun/richie-site-factory/compare/cnfpt-0.3.0...cnfpt-0.4.0 [0.3.0]: https://github.com/openfun/richie-site-factory/compare/cnfpt-0.2.0...cnfpt-0.3.0 [0.2.0]: https://github.com/openfun/richie-site-factory/compare/cnfpt-0.1.0...cnfpt-0.2.0 diff --git a/sites/cnfpt/src/backend/cnfpt/__init__.py b/sites/cnfpt/src/backend/cnfpt/__init__.py index 6a9beea8..3d187266 100644 --- a/sites/cnfpt/src/backend/cnfpt/__init__.py +++ b/sites/cnfpt/src/backend/cnfpt/__init__.py @@ -1 +1 @@ -__version__ = "0.4.0" +__version__ = "0.5.0" diff --git a/sites/cnfpt/src/frontend/package.json b/sites/cnfpt/src/frontend/package.json index fe438272..c0881747 100644 --- a/sites/cnfpt/src/frontend/package.json +++ b/sites/cnfpt/src/frontend/package.json @@ -1,6 +1,6 @@ { "name": "cnfpt", - "version": "0.4.0", + "version": "0.5.0", "description": "Richie-powered CMS for mooc.cnfpt.fr", "scripts": { "prettier": "prettier '**/*.+(css|scss)'",