diff --git a/sites/demo/CHANGELOG.md b/sites/demo/CHANGELOG.md index c68bb5e9..954b8114 100644 --- a/sites/demo/CHANGELOG.md +++ b/sites/demo/CHANGELOG.md @@ -8,6 +8,8 @@ Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [1.13.0] - 2021-09-30 + ### Added - Set Django Check SEO up @@ -237,7 +239,8 @@ Versioning](https://semver.org/spec/v2.0.0.html). First demo image for richie to 2.0.0-beta.7 -[unreleased]: https://github.com/openfun/richie-site-factory/compare/demo-1.12.1...HEAD +[unreleased]: https://github.com/openfun/richie-site-factory/compare/demo-1.13.0...HEAD +[1.13.0]: https://github.com/openfun/richie-site-factory/compare/demo-1.12.1...demo-1.13.0 [1.12.1]: https://github.com/openfun/richie-site-factory/compare/demo-1.12.0...demo-1.12.1 [1.12.0]: https://github.com/openfun/richie-site-factory/compare/demo-1.11.1...demo-1.12.0 [1.11.1]: https://github.com/openfun/richie-site-factory/compare/demo-1.11.0...demo-1.11.1 diff --git a/sites/demo/src/backend/demo/__init__.py b/sites/demo/src/backend/demo/__init__.py index 438a38d1..9a34ccc9 100644 --- a/sites/demo/src/backend/demo/__init__.py +++ b/sites/demo/src/backend/demo/__init__.py @@ -1 +1 @@ -__version__ = "1.12.1" +__version__ = "1.13.0" diff --git a/sites/demo/src/frontend/package.json b/sites/demo/src/frontend/package.json index ce907137..3f95d975 100644 --- a/sites/demo/src/frontend/package.json +++ b/sites/demo/src/frontend/package.json @@ -1,6 +1,6 @@ { "name": "richie", - "version": "1.12.1", + "version": "1.13.0", "description": "Richie demo site on https://demo.richie.education", "scripts": { "build-ts": "webpack --config node_modules/richie-education/webpack.config.js --output-path ../backend/base/static/richie/js/build --env richie-dependent-build --env richie-settings=overrides.json",