diff --git a/CHANGELOG.md b/CHANGELOG.md index 99c4419ba..c013acf3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +### 41.4.2 [#1203](https://github.com/openfisca/openfisca-core/pull/1203) + +#### Technical changes + +- Changes the Pypi's deployment authentication way to use token API following Pypi's 2FA enforcement starting 2024/01/01. + ### 41.4.1 [#1202](https://github.com/openfisca/openfisca-core/pull/1202) #### Technical changes diff --git a/setup.py b/setup.py index fc0bbfef7..b804cbb79 100644 --- a/setup.py +++ b/setup.py @@ -67,7 +67,7 @@ setup( name="OpenFisca-Core", - version="41.4.1", + version="41.4.2", author="OpenFisca Team", author_email="contact@openfisca.org", classifiers=[