diff --git a/.circleci/config.yml b/.circleci/config.yml index 7f989c1d..6c1fbff4 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -455,7 +455,7 @@ workflows: - check-changelog: filters: branches: - ignore: /.*/ + ignore: main name: check-changelog-funmooc site: funmooc - lint-changelog: @@ -519,7 +519,7 @@ workflows: tags: only: /.*/ - check-configuration: - ci_update_options: --ignore-changelog + ci_update_options: "" filters: branches: ignore: main diff --git a/sites/funmooc/CHANGELOG.md b/sites/funmooc/CHANGELOG.md index eb065f30..64e2bd15 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.36.0] - 2024-10-16 + ### Changed - Update 'funmooc' site integration to move up main menu and move down the @@ -745,7 +747,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/fun-richie-site-factory/compare/funmooc-1.35.2...HEAD +[unreleased]: https://github.com/openfun/fun-richie-site-factory/compare/funmooc-1.36.0...HEAD +[1.36.0]: https://github.com/openfun/fun-richie-site-factory/compare/funmooc-1.35.2...funmooc-1.36.0 [1.35.2]: https://github.com/openfun/fun-richie-site-factory/compare/funmooc-1.35.1...funmooc-1.35.2 [1.35.1]: https://github.com/openfun/fun-richie-site-factory/compare/funmooc-1.35.0...funmooc-1.35.1 [1.35.0]: https://github.com/openfun/fun-richie-site-factory/compare/funmooc-1.34.1...funmooc-1.35.0 diff --git a/sites/funmooc/src/backend/funmooc/__init__.py b/sites/funmooc/src/backend/funmooc/__init__.py index 5af31584..6ac7f62c 100644 --- a/sites/funmooc/src/backend/funmooc/__init__.py +++ b/sites/funmooc/src/backend/funmooc/__init__.py @@ -1,3 +1,3 @@ """funmooc application""" -__version__ = "1.35.2" +__version__ = "1.36.0" diff --git a/sites/funmooc/src/frontend/package.json b/sites/funmooc/src/frontend/package.json index 67a326e8..779e7330 100644 --- a/sites/funmooc/src/frontend/package.json +++ b/sites/funmooc/src/frontend/package.json @@ -1,6 +1,6 @@ { "name": "funmooc", - "version": "1.35.2", + "version": "1.36.0", "description": "Richie-powered CMS for fun-mooc.fr", "scripts": { "build-sass": "sass scss/_main.scss ../backend/base/static/richie/css/main.css --load-path=node_modules",