Skip to content

Commit 7f089a4

Browse files
committed
Add changelog and correct version number in sphinx
1 parent 1d92efd commit 7f089a4

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Changelog
2+
3+
## [Unreleased]
4+
### Added
5+
- `pyinseq demultiplex` command (including --notrim option).
6+
- Documentation at `http://pyinseq.readthedocs.io/`.
7+
- Improved logging of messages during the run.
8+
- `log.txt` file to record log output to file.
9+
10+
## [0.1] - 2016-12-13
11+
### Added
12+
- Initial release.
13+
- `pyinseq` command demultiplexes and maps samples.

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@
5656
# built documents.
5757
#
5858
# The short X.Y version.
59-
version = '0.2.0-beta'
59+
version = '0.1'
6060
# The full version, including alpha/beta/rc tags.
61-
release = '0.2.0-beta'
61+
release = '0.1.1'
6262

6363
# The language for content autogenerated by Sphinx. Refer to documentation
6464
# for a list of supported languages.

0 commit comments

Comments
 (0)