diff --git a/CHANGELOG.md b/CHANGELOG.md index ca448fc38f..e278bd0776 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [1.12.1] - 2019-10-29 + ### Added - Create a documentation & marketing website for the project. It lives under @@ -624,7 +626,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.12.0...master +[unreleased]: https://github.com/openfun/richie/compare/v1.12.1...master +[1.12.1]: https://github.com/openfun/richie/compare/v1.12.0...v1.12.1 [1.12.0]: https://github.com/openfun/richie/compare/v1.11.0...v1.12.0 [1.11.0]: https://github.com/openfun/richie/compare/v1.10.0...v1.11.0 [1.10.0]: https://github.com/openfun/richie/compare/v1.9.2...v1.10.0 diff --git a/setup.cfg b/setup.cfg index e79662530f..ad2dec10ee 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ ;; [metadata] name = richie -version = 1.12.0 +version = 1.12.1 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 446e14a517..3c010f8947 100644 --- a/src/frontend/package.json +++ b/src/frontend/package.json @@ -1,6 +1,6 @@ { "name": "richie-education", - "version": "1.12.0", + "version": "1.12.1", "description": "A CMS for Open Education", "main": "sandbox/manage.py", "scripts": { diff --git a/website/package.json b/website/package.json index 7c31ee51be..fed0aec64f 100644 --- a/website/package.json +++ b/website/package.json @@ -1,6 +1,6 @@ { "name": "richie-education-docs", - "version": "1.11.0", + "version": "1.12.1", "description": "Documentation website for the Richie project", "scripts": { "examples": "docusaurus-examples",