diff --git a/MANIFEST.in b/MANIFEST.in index 5751dcd..ce76489 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,7 +1,7 @@ include biopandas/pdb/tests/* include biopandas/pdb/tests/data/* include README.md -include LICENSE +include LICENSE.txt include requirements.txt global-exclude *.pyo diff --git a/biopandas/__init__.py b/biopandas/__init__.py index ffb6546..20485b9 100644 --- a/biopandas/__init__.py +++ b/biopandas/__init__.py @@ -24,5 +24,5 @@ # 'X.Y.dev0' is the canonical version of 'X.Y.dev' # -__version__ = '0.2.6' +__version__ = '0.2.7' __author__ = "Sebastian Raschka " diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index ad83dd1..c8226ba 100755 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -3,6 +3,27 @@ The CHANGELOG for the current development version is available at [https://github.com/rasbt/biopandas/blob/master/docs/sources/CHANGELOG.md](https://github.com/rasbt/biopandas/blob/master/docs/sources/CHANGELOG.md). +### 0.2.7 (08-04-2020) + +##### Downloads + +- [Source code (zip)](https://github.com/rasbt/biopandas/archive/v0.2.7.zip) +- [Source code (tar.gz)](https://github.com/rasbt/biopandas/archive/v0.2.7.tar.gz) + +##### New Features + +- - + +##### Changes + +- - + +##### Bug Fixes + +- Fix Manifest file to include license file in the PyPI tar.gz file so that BioPandas can be packaged by conda-forge. + + + ### 0.2.6 (08-03-2020) ##### Downloads