Skip to content

Commit d2a852e

Browse files
committed
Version, changelog for version 0.2
1 parent 7f089a4 commit d2a852e

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11
# Changelog
22

33
## [Unreleased]
4+
### Nothing yet
5+
6+
## [0.2] - 2017-07-16
47
### Added
8+
- Documentation hosting `http://pyinseq.readthedocs.io/`.
59
- `pyinseq demultiplex` command (including --notrim option).
6-
- Documentation at `http://pyinseq.readthedocs.io/`.
710
- Improved logging of messages during the run.
811
- `log.txt` file to record log output to file.
912

1013
## [0.1] - 2016-12-13
1114
### Added
1215
- Initial release.
1316
- `pyinseq` command demultiplexes and maps samples.
17+
- Automated testing using pytest, on TravisCI

docs/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,17 +48,17 @@
4848

4949
# General information about the project.
5050
project = 'pyinseq'
51-
copyright = '2016, Mark Mandel'
51+
copyright = '2015-2017, Mark Mandel'
5252
author = 'Mark Mandel'
5353

5454
# The version info for the project you're documenting, acts as replacement for
5555
# |version| and |release|, also used in various other places throughout the
5656
# built documents.
5757
#
5858
# The short X.Y version.
59-
version = '0.1'
59+
version = '0.2'
6060
# The full version, including alpha/beta/rc tags.
61-
release = '0.1.1'
61+
release = '0.2.0'
6262

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

pyinseq/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.1
1+
0.2.0

0 commit comments

Comments
 (0)