Skip to content

Commit

Permalink
Updates setup.py and changelog toward v41.3.0
Browse files Browse the repository at this point in the history
Allan-CodeWorks committed Nov 13, 2023
1 parent c5d7ca9 commit e26904a
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## 41.3.0 [#1200](https://github.com/openfisca/openfisca-core/pull/1200)

> As `TracingParameterNodeAtInstant` is a wrapper for `ParameterNodeAtInstant`
> which allows iteration and the use of `contains`, it was not possible
> to use those on a `TracingParameterNodeAtInstant`
#### New features

- Allows iterations on `TracingParameterNodeAtInstant`
- Allows keyword `contains` on `TracingParameterNodeAtInstant`

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

#### Technical changes
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -67,7 +67,7 @@

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

0 comments on commit e26904a

Please sign in to comment.