From 346aa48ce6fe22f51e1878ab5e0039defa6d8be1 Mon Sep 17 00:00:00 2001 From: Duchesne Sylvain Date: Thu, 1 Aug 2024 10:52:32 +0200 Subject: [PATCH 1/2] Maj smic --- openfisca_france_data/smic.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/openfisca_france_data/smic.py b/openfisca_france_data/smic.py index 7dacf7fc..3e0e94bf 100644 --- a/openfisca_france_data/smic.py +++ b/openfisca_france_data/smic.py @@ -28,7 +28,9 @@ # partir du chiffre de 2010. Les résultats pour les années après 2010 sont les # mêmes à un euro près. 1996-1999 ont la meeeeeême valeur que 2000. smic_annuel_net_by_year = { - 2022: 4 * 1269.02 + 8 * 1302.64, # latest value as of May, assuming no change over the year to come + 2024: 12 * 1398.70, # en attendant donnees insee banque de donnees macroeconomiques, service public en aout + 2023: 12 * 1373.07, + 2022: 12 * 1302.44, 2021: 9 * 1230.6 + 3 * 1258.22, 2020: 12 * 1218.6, From 1cdb4f30d9849c80481cc94f3eb76c2e51a71cb1 Mon Sep 17 00:00:00 2001 From: Duchesne Sylvain Date: Mon, 26 Aug 2024 09:37:29 +0200 Subject: [PATCH 2/2] Bump --- CHANGELOG.md | 4 ++++ setup.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1775cc86..df6fdf31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +### 3.6.1 [#261](https://github.com/openfisca/openfisca-france-data/pull/261) + +* Met à jour le smic net (de manière temporaire en ce qui concerne 2024) pour l'inversion du chômage + ### 3.6.0 [#260](https://github.com/openfisca/openfisca-france-data/pull/260) * Deprecations diff --git a/setup.py b/setup.py index a4295b40..f3522b87 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name = "OpenFisca-France-Data", - version = "3.6.0", + version = "3.6.1", description = "OpenFisca-France-Data module to work with French survey data", long_description = long_description, long_description_content_type="text/markdown",