From d7584b441cb5b6d38c9fb41298997aa2efc1a11f Mon Sep 17 00:00:00 2001 From: Daniel Standage Date: Mon, 21 Nov 2022 13:51:33 -0500 Subject: [PATCH] Test files --- CHANGELOG.md | 10 ++++++++-- MANIFEST.in | 2 +- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 15d138ba..d2d6c778 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [0.8.1] 2022-11-21 + +### Fixed +- Bundling of files used for automated test suite. + + ## [0.8] 2022-11-21 ### Added @@ -13,11 +19,11 @@ This project adheres to [Semantic Versioning](http://semver.org/). - 22 marker definitions from Fan et al 2022 (see #97). - New sphinx-based documentation suite hosted on ReadTheDocs.org (see #101). -## Changed +### Changed - Minor improvements to database build and corresponding documentation (see #88). - Major overhaul of the Python API (see #99). -## Fixed +### Fixed - Bug with dereferencing IDs and ID cross-references (see #99, #100). diff --git a/MANIFEST.in b/MANIFEST.in index b6b78358..fc4ee998 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,4 +1,4 @@ include versioneer.py include microhapdb/_version.py include microhapdb/data/*.tsv -include microhapdb/data/tests/* +include microhapdb/tests/data/*