Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
baptou12 committed Oct 16, 2023
1 parent 51cfe85 commit 9aaeb6a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 41.2.0 [#1199](https://github.com/openfisca/openfisca-core/pull/1199)

#### Technical changes

- Fix `openfisca-core` Web API error triggered by `Gunicorn` < 22.0.
- Bump `Gunicorn` major revision to fix error on Web API.
Source: https://github.com/benoitc/gunicorn/issues/2564

### 41.1.2 [#1192](https://github.com/openfisca/openfisca-core/pull/1192)

#### Technical changes
Expand All @@ -12,7 +20,7 @@

- Skip type-checking tasks
- Before their definition was commented out but still run with `make test`
- Now they're skipped but not commented, which is needed to fix the
- Now they're skipped but not commented, which is needed to fix the
underlying issues

## 41.1.0 [#1195](https://github.com/openfisca/openfisca-core/pull/1195)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@

setup(
name="OpenFisca-Core",
version="41.1.2",
version="41.2.0",
author="OpenFisca Team",
author_email="[email protected]",
classifiers=[
Expand Down

0 comments on commit 9aaeb6a

Please sign in to comment.