Skip to content

Commit

Permalink
Merge Hotfix/0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
benhorsburgh authored Jan 28, 2020
2 parents f6cb4ba + a9d9cc0 commit 7e814fc
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ version: 2
sphinx:
builder: html
configuration: docs/conf.py
fail_on_warning: true
fail_on_warning: false

# Build documentation with MkDocs
# mkdocs:
Expand Down
4 changes: 4 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Release 0.4.2:

Bugfix to add image to readthedocs

# Release 0.4.1:

Bugfix to address readthedocs issue.
Expand Down
2 changes: 1 addition & 1 deletion causalnex/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
causalnex toolkit for causal reasoning (Bayesian Networks / Inference)
"""

__version__ = "0.4.1"
__version__ = "0.4.2"

__all__ = ["structure", "discretiser", "evaluation", "inference", "network", "plots"]
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
setup(
name=name,
version=version,
license="Apache Software License (Apache 2.0)",
description="Toolkit for causal reasoning (Bayesian Networks / Inference)",
long_description=readme,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 7e814fc

Please sign in to comment.