File tree Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
3
## [ Unreleased]
4
+ ### Nothing yet
5
+
6
+ ## [ 0.2] - 2017-07-16
4
7
### Added
8
+ - Documentation hosting ` http://pyinseq.readthedocs.io/ ` .
5
9
- ` pyinseq demultiplex ` command (including --notrim option).
6
- - Documentation at ` http://pyinseq.readthedocs.io/ ` .
7
10
- Improved logging of messages during the run.
8
11
- ` log.txt ` file to record log output to file.
9
12
10
13
## [ 0.1] - 2016-12-13
11
14
### Added
12
15
- Initial release.
13
16
- ` pyinseq ` command demultiplexes and maps samples.
17
+ - Automated testing using pytest, on TravisCI
Original file line number Diff line number Diff line change 48
48
49
49
# General information about the project.
50
50
project = 'pyinseq'
51
- copyright = '2016 , Mark Mandel'
51
+ copyright = '2015-2017 , Mark Mandel'
52
52
author = 'Mark Mandel'
53
53
54
54
# The version info for the project you're documenting, acts as replacement for
55
55
# |version| and |release|, also used in various other places throughout the
56
56
# built documents.
57
57
#
58
58
# The short X.Y version.
59
- version = '0.1 '
59
+ version = '0.2 '
60
60
# The full version, including alpha/beta/rc tags.
61
- release = '0.1.1 '
61
+ release = '0.2.0 '
62
62
63
63
# The language for content autogenerated by Sphinx. Refer to documentation
64
64
# for a list of supported languages.
Original file line number Diff line number Diff line change 1
- 0.1.1
1
+ 0.2.0
You can’t perform that action at this time.
0 commit comments