We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10fd468 commit 4f4d52dCopy full SHA for 4f4d52d
2 files changed
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+### 35.8.6 [#1145](https://github.com/openfisca/openfisca-core/pull/1145)
4
+
5
+#### Technical changes
6
7
+- Removes the automatic documentation build check
8
+ - It has been proven difficult to maintain, specifically due _dependency hell_ and a very contrived build workflow.
9
10
### 35.8.5 [#1137](https://github.com/openfisca/openfisca-core/pull/1137)
11
12
#### Technical changes
setup.py
@@ -48,7 +48,7 @@
48
49
setup(
50
name = 'OpenFisca-Core',
51
- version = '35.8.5',
+ version = '35.8.6',
52
author = 'OpenFisca Team',
53
author_email = 'contact@openfisca.org',
54
classifiers = [
0 commit comments