Skip to content

Commit

Permalink
🔖(funmooc) bump to version 1.38.0
Browse files Browse the repository at this point in the history
Changed

- Upgrade to richie 2.32.0
  • Loading branch information
jbpenrath committed Nov 28, 2024
1 parent d086632 commit 1290c36
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ workflows:
- check-changelog:
filters:
branches:
ignore: /.*/
ignore: main
name: check-changelog-funmooc
site: funmooc
- lint-changelog:
Expand Down Expand Up @@ -519,7 +519,7 @@ workflows:
tags:
only: /.*/
- check-configuration:
ci_update_options: --ignore-changelog
ci_update_options: ""
filters:
branches:
ignore: main
Expand Down
5 changes: 4 additions & 1 deletion sites/funmooc/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion sites/funmooc/src/backend/funmooc/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""funmooc application"""

__version__ = "1.37.0"
__version__ = "1.38.0"
2 changes: 1 addition & 1 deletion sites/funmooc/src/frontend/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 1290c36

Please sign in to comment.