From 21ca929a032a060922c5b6b36243410fcc119125 Mon Sep 17 00:00:00 2001 From: Samuel Paccoud - FUN MOOC Date: Wed, 17 Apr 2019 17:45:22 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96(chore)=20bump=20release=20to=201.0?= =?UTF-8?q?.0-beta.7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Changed - Update French and Canadian French `.po` files with the latest translations. Fixed - Fix broken `hub` job in CI publishing the Docker image, - Fix a display glitch with parent filters when active. --- CHANGELOG.md | 12 ++++++++++-- setup.cfg | 2 +- src/frontend/package.json | 2 +- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9dcdba51b4..35d1ff597b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,9 +8,16 @@ Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [1.0.0-beta.7] - 2019-04-17 + +### Changed + +- Update French and Canadian French `.po` files with the latest translations. + ### Fixed -- Fix a display glitch with parent filters when active +- Fix broken `hub` job in CI publishing the Docker image, +- Fix a display glitch with parent filters when active. ## [1.0.0-beta.6] - 2019-04-17 @@ -196,7 +203,8 @@ us: - finish integrating the missing pages and improve the sandbox environment; - test and polish the use of richie as a django app / node dependency. -[unreleased]: https://github.com/openfun/richie/compare/v1.0.0-beta.6...master +[unreleased]: https://github.com/openfun/richie/compare/v1.0.0-beta.7...master +[1.0.0-beta.7]: https://github.com/openfun/richie/compare/v1.0.0-beta.6...v1.0.0-beta.7 [1.0.0-beta.6]: https://github.com/openfun/richie/compare/v1.0.0-beta.5...v1.0.0-beta.6 [1.0.0-beta.5]: https://github.com/openfun/richie/compare/v1.0.0-beta.4...v1.0.0-beta.5 [1.0.0-beta.4]: https://github.com/openfun/richie/compare/v1.0.0-beta.3...v1.0.0-beta.4 diff --git a/setup.cfg b/setup.cfg index 57fb08ccd0..71ac8844b5 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ ;; [metadata] name = richie -version = 1.0.0-beta.6 +version = 1.0.0-beta.7 description = A FUN portal for Open edX long_description = file:README.md long_description_content_type = text/markdown diff --git a/src/frontend/package.json b/src/frontend/package.json index 9b80297ddb..c7c76f6acb 100644 --- a/src/frontend/package.json +++ b/src/frontend/package.json @@ -1,6 +1,6 @@ { "name": "richie-education", - "version": "1.0.0-beta.6", + "version": "1.0.0-beta.7", "description": "A CMS for Open Education", "main": "sandbox/manage.py", "scripts": {