Skip to content

Commit 8da42c2

Browse files
author
Sebastian Raschka
authoredAug 4, 2020
Merge pull request #68 from rasbt/v0.2.7
fix manifest file
2 parents e13418d + 6f11a9e commit 8da42c2

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-2
lines changed
 

‎MANIFEST.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
include biopandas/pdb/tests/*
22
include biopandas/pdb/tests/data/*
33
include README.md
4-
include LICENSE
4+
include LICENSE.txt
55
include requirements.txt
66

77
global-exclude *.pyo

‎biopandas/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@
2424
# 'X.Y.dev0' is the canonical version of 'X.Y.dev'
2525
#
2626

27-
__version__ = '0.2.6'
27+
__version__ = '0.2.7'
2828
__author__ = "Sebastian Raschka <mail@sebastianraschka.com>"

‎docs/CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,27 @@
33
The CHANGELOG for the current development version is available at
44
[https://github.com/rasbt/biopandas/blob/master/docs/sources/CHANGELOG.md](https://github.com/rasbt/biopandas/blob/master/docs/sources/CHANGELOG.md).
55

6+
### 0.2.7 (08-04-2020)
7+
8+
##### Downloads
9+
10+
- [Source code (zip)](https://github.com/rasbt/biopandas/archive/v0.2.7.zip)
11+
- [Source code (tar.gz)](https://github.com/rasbt/biopandas/archive/v0.2.7.tar.gz)
12+
13+
##### New Features
14+
15+
- -
16+
17+
##### Changes
18+
19+
- -
20+
21+
##### Bug Fixes
22+
23+
- Fix Manifest file to include license file in the PyPI tar.gz file so that BioPandas can be packaged by conda-forge.
24+
25+
26+
627
### 0.2.6 (08-03-2020)
728

829
##### Downloads

0 commit comments

Comments
 (0)
Please sign in to comment.