From bcccae98f750b10a5c53305627967b8561d7c6c9 Mon Sep 17 00:00:00 2001 From: Samuel Paccoud - FUN MOOC Date: Fri, 22 May 2020 14:12:10 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96(chore)=20bump=20release=20to=200.9?= =?UTF-8?q?.5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Added - Add nginx to the stack to test collectstatic Changed - Upgrade to Terraform 0.12 Fixed - Fix css build location after refactoring --- CHANGELOG.md | 5 ++++- src/backend/funmooc/__init__.py | 2 +- src/frontend/package.json | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f2e7322..7890b6b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [0.9.5] - 2020-05-22 + ### Added - Add nginx to the stack to test collectstatic @@ -200,7 +202,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-mooc/compare/v0.9.4...HEAD +[unreleased]: https://github.com/openfun/fun-mooc/compare/v0.9.5...HEAD +[0.9.5]: https://github.com/openfun/fun-mooc/compare/v0.9.4...v0.9.5 [0.9.4]: https://github.com/openfun/fun-mooc/compare/v0.9.3...v0.9.4 [0.9.3]: https://github.com/openfun/fun-mooc/compare/v0.9.2...v0.9.3 [0.9.2]: https://github.com/openfun/fun-mooc/compare/v0.9.1...v0.9.2 diff --git a/src/backend/funmooc/__init__.py b/src/backend/funmooc/__init__.py index e94731c0..f8c6ac7f 100644 --- a/src/backend/funmooc/__init__.py +++ b/src/backend/funmooc/__init__.py @@ -1 +1 @@ -__version__ = "0.9.4" +__version__ = "0.9.5" diff --git a/src/frontend/package.json b/src/frontend/package.json index fd2dd9e3..88b9fff5 100644 --- a/src/frontend/package.json +++ b/src/frontend/package.json @@ -1,6 +1,6 @@ { "name": "funmooc", - "version": "0.9.4", + "version": "0.9.5", "description": "Richie-powered CMS for fun-mooc.fr", "scripts": { "prettier": "prettier '**/*.+(css|scss)'",