diff --git a/MANIFEST.in b/MANIFEST.in index 427afd5e..e933ff98 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,4 +1,4 @@ -recursive-include qcelemental *.py *.json *.md +recursive-include qcelemental *.py *.json *.md dummy recursive-exclude qcelemental/checkup_data *.py *.md include setup.py diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst index 83bf271d..0804ce8b 100644 --- a/docs/source/changelog.rst +++ b/docs/source/changelog.rst @@ -14,6 +14,14 @@ Changelog .. +++++++++ +0.15.1 / 2020-06-25 +------------------- + +Bug Fixes ++++++++++ +- (:pr:`228`) Fix testing bug for installed module, which was missing a dummy directory. + + 0.15.0 / 2020-06-25 -------------------