Skip to content

Commit

Permalink
Update index page
Browse files Browse the repository at this point in the history
  • Loading branch information
mthh committed Jun 3, 2024
1 parent cbccf7c commit 7b2315b
Show file tree
Hide file tree
Showing 10 changed files with 25 additions and 7 deletions.
5 changes: 5 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changes
=======

0.16.6 (2024-06-03)
-------------------

- Update index page.

0.16.5 (2024-05-04)
-------------------

Expand Down
6 changes: 3 additions & 3 deletions client/html/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"minify": "NODE_OPTIONS=--openssl-legacy-provider NODE_ENV=production ./node_modules/webpack/bin/webpack.js",
"watch": "NODE_OPTIONS=--openssl-legacy-provider ./node_modules/webpack/bin/webpack.js --watch"
},
"version": "0.16.5",
"version": "0.16.6",
"node": ">=18.0.0",
"dependencies": {
"@turf/turf": "^6.5.0",
Expand Down
4 changes: 4 additions & 0 deletions documentation/src/changelog_fr.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Historique des versions et des changements effectués

#### 0.16.6 (2024-06-03)

- Mise à jour de la page d'acceuil pour annoncer la prochaine version.

#### 0.16.5 (2024-05-04)

- Mise à jour de `aiohttp` pour corriger plusieurs problèmes de sécurité avec la version anciennement utilisée.
Expand Down
2 changes: 1 addition & 1 deletion magrit_app/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# -*- coding: utf-8 -*-

__version__ = '0.16.5'
__version__ = '0.16.6'
3 changes: 3 additions & 0 deletions magrit_app/static/locales/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -875,6 +875,9 @@
},
"meta": {
"description": "Magrit is an open source thematic mapping application available online. It allows you to create maps from your own data."
},
"announcements": {
"new_version": "\uD83D\uDCE2 A major new version of Magrit is currently under development. Be sure to visit this page at the end of June 2024 to discover it!"
}
},
"contact_form": {
Expand Down
3 changes: 3 additions & 0 deletions magrit_app/static/locales/es/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -869,6 +869,9 @@
},
"meta": {
"description": "Magrit es una aplicación de cartografía temática en línea y de código abierto. Permite crear mapas a partir de sus propios datos."
},
"announcements": {
"new_version": "\uD83D\uDCE2 Actualmente se está desarrollando una nueva versión de Magrit. Búsquela aquí a finales de junio de 2024."
}
},
"contact_form": {
Expand Down
3 changes: 3 additions & 0 deletions magrit_app/static/locales/fr/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -876,6 +876,9 @@
},
"meta": {
"description": "Magrit est une application de cartographie thématique open source et accessible en ligne. Elle permet de créer des cartes à partir de vos propres données."
},
"announcements": {
"new_version": "\uD83D\uDCE2 Une nouvelle version majeure de Magrit est en cours de développement. Rendez-vous ici fin juin 2024 pour la découvrir !"
}
},
"contact_form": {
Expand Down
2 changes: 1 addition & 1 deletion requirements/common.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
aiohttp == 3.9.4
aiohttp-session == 2.9.0
charset-normalizer == 2.0.12
cryptography == 3.3.2
cryptography == 42.0.2
Cython >= 0.29.32
docopt >= 0.6.2
Fiona == 1.8.22
Expand Down
2 changes: 1 addition & 1 deletion requirements/prod.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
-r common.txt
aioredis == 1.3.1
gunicorn == 20.1.0
gunicorn == 22.0.0
hiredis == 1.0.1
uvloop == 0.17.0

0 comments on commit 7b2315b

Please sign in to comment.