From 1290c367749b7505468ce846d3450184e32c0b44 Mon Sep 17 00:00:00 2001 From: jbpenrath Date: Wed, 27 Nov 2024 17:29:36 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96(funmooc)=20bump=20to=20version=201?= =?UTF-8?q?.38.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Changed - Upgrade to richie 2.32.0 --- .circleci/config.yml | 4 ++-- sites/funmooc/CHANGELOG.md | 5 ++++- sites/funmooc/src/backend/funmooc/__init__.py | 2 +- sites/funmooc/src/frontend/package.json | 2 +- 4 files changed, 8 insertions(+), 5 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 05157fd1..0ff38f2d 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 5c025981..a7096122 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.38.0] - 2024-11-27 + ### Changed - Upgrade to richie 2.32.0 @@ -757,7 +759,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.37.0...HEAD +[unreleased]: https://github.com/openfun/fun-richie-site-factory/compare/funmooc-1.38.0...HEAD +[1.38.0]: https://github.com/openfun/fun-richie-site-factory/compare/funmooc-1.37.0...funmooc-1.38.0 [1.37.0]: https://github.com/openfun/fun-richie-site-factory/compare/funmooc-1.36.0...funmooc-1.37.0 [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 diff --git a/sites/funmooc/src/backend/funmooc/__init__.py b/sites/funmooc/src/backend/funmooc/__init__.py index 45b9fdcd..ce0c9eac 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.37.0" +__version__ = "1.38.0" diff --git a/sites/funmooc/src/frontend/package.json b/sites/funmooc/src/frontend/package.json index 11dafae7..9a7ad42a 100644 --- a/sites/funmooc/src/frontend/package.json +++ b/sites/funmooc/src/frontend/package.json @@ -1,6 +1,6 @@ { "name": "funmooc", - "version": "1.37.0", + "version": "1.38.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",