Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
bonjourmauko committed Nov 3, 2022
1 parent 991f64e commit dba6725
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
# Changelog

### 35.9.0 [#1150](https://github.com/openfisca/openfisca-core/pull/1150)
# 36.0.0.rc1 [#989](https://github.com/openfisca/openfisca-core/pull/989)

#### 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)). the aforesaid can use [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)).

## 35.9.0 [#1150](https://github.com/openfisca/openfisca-core/pull/1150)

#### New Features

Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,15 @@
'flake8-rst-docstrings == 0.2.3',
'mypy == 0.910',
'openapi-spec-validator >= 0.3.0',
'openfisca-country-template >= 3.10.0, < 4.0.0',
'openfisca-extension-template >= 1.2.0rc0, < 2.0.0',
"openfisca-country-template @ git+https://github.com/openfisca/country-template.git@openapi-v3",
"openfisca-extension-template @ git+https://github.com/openfisca/extension-template.git@openapi-v3",
'pycodestyle >= 2.8.0, < 2.9.0',
'pylint == 2.10.2',
] + api_requirements

setup(
name = 'OpenFisca-Core',
version = '35.9.0',
version = '36.0.0.rc1',
author = 'OpenFisca Team',
author_email = '[email protected]',
classifiers = [
Expand Down

0 comments on commit dba6725

Please sign in to comment.