Skip to content

Commit d7584b4

Browse files
committed
Test files
1 parent ad322e6 commit d7584b4

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5+
## [0.8.1] 2022-11-21
6+
7+
### Fixed
8+
- Bundling of files used for automated test suite.
9+
10+
511
## [0.8] 2022-11-21
612

713
### Added
@@ -13,11 +19,11 @@ This project adheres to [Semantic Versioning](http://semver.org/).
1319
- 22 marker definitions from Fan et al 2022 (see #97).
1420
- New sphinx-based documentation suite hosted on ReadTheDocs.org (see #101).
1521

16-
## Changed
22+
### Changed
1723
- Minor improvements to database build and corresponding documentation (see #88).
1824
- Major overhaul of the Python API (see #99).
1925

20-
## Fixed
26+
### Fixed
2127
- Bug with dereferencing IDs and ID cross-references (see #99, #100).
2228

2329

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
include versioneer.py
22
include microhapdb/_version.py
33
include microhapdb/data/*.tsv
4-
include microhapdb/data/tests/*
4+
include microhapdb/tests/data/*

0 commit comments

Comments
 (0)