Skip to content

Commit

Permalink
🔖(chore) bump release to 0.7.1
Browse files Browse the repository at this point in the history
Fixed

- Add missing user related urls and settings.
  • Loading branch information
sampaccoud committed Nov 24, 2019
1 parent bce258a commit d2856af
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.7.1] - 2019-11-24

### Fixed

- Add missing user related urls and settings.

## [0.7.0] - 2019-11-23

### Changed
Expand Down Expand Up @@ -121,7 +127,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.7.0...HEAD
[unreleased]: https://github.com/openfun/fun-mooc/compare/v0.7.1...HEAD
[0.7.1]: https://github.com/openfun/fun-mooc/compare/v0.7.0...v0.7.1
[0.7.0]: https://github.com/openfun/fun-mooc/compare/v0.6.0...v0.7.0
[0.6.0]: https://github.com/openfun/fun-mooc/compare/v0.5.0...v0.6.0
[0.5.0]: https://github.com/openfun/fun-mooc/compare/v0.4.3...v0.5.0
Expand Down
2 changes: 1 addition & 1 deletion src/backend/funmooc/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.7.0"
__version__ = "0.7.1"
2 changes: 1 addition & 1 deletion src/frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "funmooc",
"version": "0.7.0",
"version": "0.7.1",
"description": "Richie-powered CMS for fun-mooc.fr",
"scripts": {
"prettier": "prettier '**/*.+(css|scss)'",
Expand Down

0 comments on commit d2856af

Please sign in to comment.