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 e5d7ef1
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 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 [#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 [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
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@

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

0 comments on commit e5d7ef1

Please sign in to comment.