From 126e34e16f99dcd40cd07ef2b55038c8a3165f2a Mon Sep 17 00:00:00 2001 From: Samuel Paccoud - FUN MOOC Date: Thu, 7 May 2020 18:07:27 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96(chore)=20bump=20release=20to=200.9?= =?UTF-8?q?.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Changed - Upgrade to django-storages 1.9.1 Fixed - With the django storages S3 backend, `MEDIA_URL` should not start with a "/" --- 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 7fe663e8..e38dac75 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [0.9.1] - 2020-05-07 + ### Changed - Upgrade to django-storages 1.9.1 @@ -157,7 +159,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.0...HEAD +[unreleased]: https://github.com/openfun/fun-mooc/compare/v0.9.1...HEAD +[0.9.1]: https://github.com/openfun/fun-mooc/compare/v0.9.0...v0.9.1 [0.9.0]: https://github.com/openfun/fun-mooc/compare/v0.8.0...v0.9.0 [0.8.0]: https://github.com/openfun/fun-mooc/compare/v0.7.1...v0.8.0 [0.7.1]: https://github.com/openfun/fun-mooc/compare/v0.7.0...v0.7.1 diff --git a/src/backend/funmooc/__init__.py b/src/backend/funmooc/__init__.py index 3e2f46a3..d69d16e9 100644 --- a/src/backend/funmooc/__init__.py +++ b/src/backend/funmooc/__init__.py @@ -1 +1 @@ -__version__ = "0.9.0" +__version__ = "0.9.1" diff --git a/src/frontend/package.json b/src/frontend/package.json index 64d303d2..39210cb6 100644 --- a/src/frontend/package.json +++ b/src/frontend/package.json @@ -1,6 +1,6 @@ { "name": "funmooc", - "version": "0.9.0", + "version": "0.9.1", "description": "Richie-powered CMS for fun-mooc.fr", "scripts": { "prettier": "prettier '**/*.+(css|scss)'",