diff --git a/sites/funmooc/CHANGELOG.md b/sites/funmooc/CHANGELOG.md index a446483e..ccd87b9b 100644 --- a/sites/funmooc/CHANGELOG.md +++ b/sites/funmooc/CHANGELOG.md @@ -8,6 +8,8 @@ Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [1.14.0] - 2022-03-07 + ### Added - Enable Xiti course enrollment analytics @@ -509,7 +511,8 @@ Versioning](https://semver.org/spec/v2.0.0.html). - Static and media files are stored in AWS S3 buckets and distributed _via_ Amazon CloudFront -[unreleased]: https://github.com/openfun/richie-site-factory/compare/funmooc-1.13.0...HEAD +[unreleased]: https://github.com/openfun/richie-site-factory/compare/funmooc-1.14.0...HEAD +[1.14.0]: https://github.com/openfun/richie-site-factory/compare/funmooc-1.13.0...funmooc-1.14.0 [1.13.0]: https://github.com/openfun/richie-site-factory/compare/funmooc-1.12.0...funmooc-1.13.0 [1.12.0]: https://github.com/openfun/richie-site-factory/compare/funmooc-1.11.0...funmooc-1.12.0 [1.11.0]: https://github.com/openfun/richie-site-factory/compare/funmooc-1.10.0...funmooc-1.11.0 diff --git a/sites/funmooc/src/backend/funmooc/__init__.py b/sites/funmooc/src/backend/funmooc/__init__.py index 9a34ccc9..b9f68edb 100644 --- a/sites/funmooc/src/backend/funmooc/__init__.py +++ b/sites/funmooc/src/backend/funmooc/__init__.py @@ -1 +1 @@ -__version__ = "1.13.0" +__version__ = "1.14.0" diff --git a/sites/funmooc/src/frontend/package.json b/sites/funmooc/src/frontend/package.json index bb9acea1..b0164e6a 100644 --- a/sites/funmooc/src/frontend/package.json +++ b/sites/funmooc/src/frontend/package.json @@ -1,6 +1,6 @@ { "name": "funmooc", - "version": "1.13.0", + "version": "1.14.0", "description": "Richie-powered CMS for fun-mooc.fr", "scripts": { "build-sass-production": "sass scss/_main.scss ../backend/base/static/richie/css/main.css --style=compressed --load-path=node_modules",