Skip to content

Commit

Permalink
🔖(cnfpt) bump to version 1.7.0
Browse files Browse the repository at this point in the history
Changed

- Upgrade richie to 2.7.0
  • Loading branch information
sampaccoud committed Jun 4, 2021
1 parent f869c05 commit 96a83b2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion sites/cnfpt/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [1.7.0] - 2021-06-04

### Changed

- Upgrade richie to 2.7.0
Expand Down Expand Up @@ -214,7 +216,8 @@ Versioning](https://semver.org/spec/v2.0.0.html).

Initial release

[unreleased]: https://github.com/openfun/richie-site-factory/compare/cnfpt-1.6.0...HEAD
[unreleased]: https://github.com/openfun/richie-site-factory/compare/cnfpt-1.7.0...HEAD
[1.7.0]: https://github.com/openfun/richie-site-factory/compare/cnfpt-1.6.0...cnfpt-1.7.0
[1.6.0]: https://github.com/openfun/richie-site-factory/compare/cnfpt-1.5.0...cnfpt-1.6.0
[1.5.0]: https://github.com/openfun/richie-site-factory/compare/cnfpt-1.4.0...cnfpt-1.5.0
[1.4.0]: https://github.com/openfun/richie-site-factory/compare/cnfpt-1.3.0...cnfpt-1.4.0
Expand Down
2 changes: 1 addition & 1 deletion sites/cnfpt/src/backend/cnfpt/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.6.0"
__version__ = "1.7.0"
2 changes: 1 addition & 1 deletion sites/cnfpt/src/frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cnfpt",
"version": "1.6.0",
"version": "1.7.0",
"description": "Richie-powered CMS for mooc.cnfpt.fr",
"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",
Expand Down

0 comments on commit 96a83b2

Please sign in to comment.