Skip to content

Commit

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

- Upgrade richie to 2.8.1
  • Loading branch information
jbpenrath committed Sep 30, 2021
1 parent 97c4b58 commit 2984ec0
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 13 deletions.
5 changes: 4 additions & 1 deletion sites/ademe/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.3.0] - 2021-09-30

### Changed

- Upgrade richie to 2.8.1
Expand Down Expand Up @@ -37,6 +39,7 @@ Versioning](https://semver.org/spec/v2.0.0.html).

- First `ademe` image

[unreleased]: https://github.com/openfun/richie-site-factory/compare/ademe-0.2.0...HEAD
[unreleased]: https://github.com/openfun/richie-site-factory/compare/ademe-0.3.0...HEAD
[0.3.0]: https://github.com/openfun/richie-site-factory/compare/ademe-0.2.0...ademe-0.3.0
[0.2.0]: https://github.com/openfun/richie-site-factory/compare/ademe-0.1.0...ademe-0.2.0
[0.1.0]: https://github.com/openfun/richie-site-factory/releases/tag/ademe-0.1.0
2 changes: 1 addition & 1 deletion sites/ademe/src/backend/ademe/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.2.0"
__version__ = "0.3.0"
41 changes: 31 additions & 10 deletions sites/ademe/src/backend/locale/fr/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-09-02 00:42+0200\n"
"POT-Creation-Date: 2021-09-30 15:53+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
Expand All @@ -16,45 +16,66 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

#: ademe/settings.py:223
#: ademe/settings.py:224
msgid "Dashboard"
msgstr "Tableau de bord"

#: ademe/settings.py:224
#: ademe/settings.py:225
msgid "{base_url:s}/dashboard"
msgstr ""

#: ademe/settings.py:227
#: ademe/settings.py:228
msgid "Profile"
msgstr "Profil"

#: ademe/settings.py:228
#: ademe/settings.py:229
msgid "{base_url:s}/u/(username)"
msgstr ""

#: ademe/settings.py:231
#: ademe/settings.py:232
msgid "Account"
msgstr "Compte"

#: ademe/settings.py:232
#: ademe/settings.py:233
msgid "{base_url:s}/account/settings"
msgstr ""

#: ademe/settings.py:306
#: ademe/settings.py:307
msgid "Teaser"
msgstr "Accroche"

#: ademe/settings.py:391 ademe/settings.py:414
#: ademe/settings.py:392 ademe/settings.py:415
msgid "French"
msgstr "Français"

#: ademe/settings.py:391 ademe/settings.py:406
#: ademe/settings.py:392 ademe/settings.py:407
msgid "English"
msgstr "Anglais"

#: templates/courses/cms/course_detail.html:17
msgctxt "course_detail__title"
msgid "Other course runs"
msgstr "Autres sessions"

#: templates/courses/cms/course_detail.html:26
msgid "No other open course runs"
msgstr "Aucune autre session ouverte"

#: templates/courses/cms/course_detail.html:30
msgid "No open course runs"
msgstr "Aucune session ouverte"

#: templates/richie/base.html:8
msgid "Contact us"
msgstr "Nous contacter"

#: templates/richie/large_banner/hero-intro.html:17
msgid "Search in our courses"
msgstr "Rechercher parmis nos cours"

#: templates/richie/large_banner/hero-intro.html:24
msgid "Explore our catalog"
msgstr "Explorer notre catalogue"

msgid "Help"
msgstr "Aide"
2 changes: 1 addition & 1 deletion sites/ademe/src/frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ademe",
"version": "0.2.0",
"version": "0.3.0",
"description": "Richie-powered CMS for www.mooc-batiment-durable.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 2984ec0

Please sign in to comment.