Skip to content

Commit

Permalink
Upgrade OpenAPI to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
bonjourmauko committed Nov 3, 2022
1 parent cd2259f commit 9bea093
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

# 4.0.0.rc1 [#128](https://github.com/openfisca/country-template/pull/128)

#### New Features

- Upgrade OpenAPI specification of the API to v3 from Swagger v2.
- Continuously validate OpenAPI specification.

#### Breaking changes

- Drop support for OpenAPI specification v2 and prior.
- Users relying on the aforesaid can use [this](https://converter.swagger.io/api/convert?url=OAS2_YAML_OR_JSON_URL) to migrate ([example](https://web.archive.org/web/20221103230822/https://converter.swagger.io/api/convert?url=https://api.demo.openfisca.org/latest/spec)).

### 3.13.2 - [#123](https://github.com/openfisca/country-template/pull/123)

* Technical improvement.
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setup(
name = "OpenFisca-Country-Template",
version = "3.13.2",
version = "4.0.0.rc1",
author = "OpenFisca Team",
author_email = "[email protected]",
classifiers = [
Expand Down Expand Up @@ -38,7 +38,7 @@
),
],
install_requires = [
"OpenFisca-Core[web-api] >= 35.0.0, < 36.0.0",
"OpenFisca-Core[web-api] >= 36.0.0.rc1, < 37.0.0",
],
extras_require = {
"dev": [
Expand Down

0 comments on commit 9bea093

Please sign in to comment.