Skip to content

Commit 93963a5

Browse files
committed
setup for next version
1 parent 31ef744 commit 93963a5

File tree

2 files changed

+42
-1
lines changed

2 files changed

+42
-1
lines changed

biopandas/__init__.py

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,26 @@
33
# License: BSD 3 clause
44
# Project Website: http://rasbt.github.io/biopandas/
55
# Code Repository: https://github.com/rasbt/biopandas
6+
#
7+
#
8+
#
9+
#
10+
# PEP0440 compatible formatted version, see:
11+
# https://www.python.org/dev/peps/pep-0440/
12+
#
13+
# Generic release markers:
14+
# X.Y
15+
# X.Y.Z # For bugfix releases
16+
#
17+
# Admissible pre-release markers:
18+
# X.YaN # Alpha release
19+
# X.YbN # Beta release
20+
# X.YrcN # Release Candidate
21+
# X.Y # Final release
22+
#
23+
# Dev branch marker is: 'X.Y.dev' or 'X.Y.devN' where N is an integer.
24+
# 'X.Y.dev0' is the canonical version of 'X.Y.dev'
25+
#
626

7-
__version__ = '0.2.3'
27+
__version__ = '0.2.4.dev0'
828
__author__ = "Sebastian Raschka <[email protected]>"

docs/sources/CHANGELOG.md

Lines changed: 21 additions & 0 deletions
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.4 (TBD)
7+
8+
##### Downloads
9+
10+
- [Source code (zip)]
11+
- [Source code (tar.gz)]
12+
13+
##### New Features
14+
15+
- -
16+
17+
##### Changes
18+
19+
- -
20+
21+
##### Bug Fixes
22+
23+
- -
24+
25+
26+
627
### 0.2.3 (03-29-2018)
728

829
##### Downloads

0 commit comments

Comments
 (0)