From be3dee5236d9a3f1c9b758dbf2d2223b66ba4c5e Mon Sep 17 00:00:00 2001 From: Mauko Quiroga Date: Fri, 4 Nov 2022 00:12:29 +0100 Subject: [PATCH] Bump version --- CHANGELOG.md | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e943f66a6..601cdab211 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ #### New Features -- Upgrade Web API specification to OpenAPI v3. +- Upgrade OpenAPI specification of the API to v3 from Swagger v2. - Continuously validate OpenAPI specification. #### Breaking changes diff --git a/setup.py b/setup.py index a8682f9fe6..2543121ac8 100644 --- a/setup.py +++ b/setup.py @@ -63,7 +63,7 @@ setup( name = 'OpenFisca-Core', - version = '37.0.2', + version = '38.0.0', author = 'OpenFisca Team', author_email = 'contact@openfisca.org', classifiers = [