Skip to content

Commit

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

- Add JOANIE settings configurable through environment variables
  • Loading branch information
jbpenrath committed Jul 28, 2022
1 parent 52f3eba commit 65fa65f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
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.18.0] - 2022-07-28

### Added

- Add JOANIE settings configurable through environment variables
Expand Down Expand Up @@ -558,7 +560,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.17.2...HEAD
[unreleased]: https://github.com/openfun/richie-site-factory/compare/funmooc-1.18.0...HEAD
[1.18.0]: https://github.com/openfun/richie-site-factory/compare/funmooc-1.17.2...funmooc-1.18.0
[1.17.2]: https://github.com/openfun/richie-site-factory/compare/funmooc-1.17.1...funmooc-1.17.2
[1.17.1]: https://github.com/openfun/richie-site-factory/compare/funmooc-1.17.0...funmooc-1.17.1
[1.17.0]: https://github.com/openfun/richie-site-factory/compare/funmooc-1.16.0...funmooc-1.17.0
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 +1 @@
__version__ = "1.17.2"
__version__ = "1.18.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.17.2",
"version": "1.18.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",
Expand Down

0 comments on commit 65fa65f

Please sign in to comment.