We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32105f2 commit 9c701ebCopy full SHA for 9c701eb
CHANGELOG.md
@@ -1,5 +1,17 @@
1
# Changelog
2
3
+## 41.6.0 [#1228](https://github.com/openfisca/openfisca-core/pull/1228)
4
+
5
+#### New features
6
7
+- Introduce `openfisca_test`.
8
+ - Provides `assert_near` and `parse` to prepare tests.
9
10
+#### Technical changes
11
12
+- Move `assert_near` to `openfisca_test`.
13
+- Add tests to `assert_near`.
14
15
### 41.5.5 [#1220](https://github.com/openfisca/openfisca-core/pull/1220)
16
17
#### Technical changes
setup.py
@@ -67,7 +67,7 @@
67
68
setup(
69
name="OpenFisca-Core",
70
- version="41.5.5",
+ version="41.6.0",
71
author="OpenFisca Team",
72
author_email="[email protected]",
73
classifiers=[
0 commit comments