Skip to content

Commit 9c701eb

Browse files
committed
chore(version): bump
1 parent 32105f2 commit 9c701eb

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

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+
315
### 41.5.5 [#1220](https://github.com/openfisca/openfisca-core/pull/1220)
416

517
#### Technical changes

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767

6868
setup(
6969
name="OpenFisca-Core",
70-
version="41.5.5",
70+
version="41.6.0",
7171
author="OpenFisca Team",
7272
author_email="[email protected]",
7373
classifiers=[

0 commit comments

Comments
 (0)