Skip to content

Commit

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

- Add translations for strings specific to fun-mooc

Changed

- Upgrade richie to 2.0.0-beta.6.
- Disable "Contact Us" CTA from course detail.

Fixed

- Refactor project to the classical Django structure to fix static files
- Correctly adjust hero-intro background to homepage mockup.
- Use the FunMooc help center link on "Contact Us" CTA in header.
  • Loading branch information
sampaccoud committed May 21, 2020
1 parent 8fd4e31 commit fa8aa7c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion 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]

## [0.9.3] - 2020-05-21

### Added

- Add translations for strings specific to fun-mooc
Expand Down Expand Up @@ -180,7 +182,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.9.2...HEAD
[unreleased]: https://github.com/openfun/fun-mooc/compare/v0.9.3...HEAD
[0.9.3]: https://github.com/openfun/fun-mooc/compare/v0.9.2...v0.9.3
[0.9.2]: https://github.com/openfun/fun-mooc/compare/v0.9.1...v0.9.2
[0.9.1]: https://github.com/openfun/fun-mooc/compare/v0.9.0...v0.9.1
[0.9.0]: https://github.com/openfun/fun-mooc/compare/v0.8.0...v0.9.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.9.2"
__version__ = "0.9.3"
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.9.2",
"version": "0.9.3",
"description": "Richie-powered CMS for fun-mooc.fr",
"scripts": {
"prettier": "prettier '**/*.+(css|scss)'",
Expand Down

0 comments on commit fa8aa7c

Please sign in to comment.