Skip to content

Commit

Permalink
Release v1.2.8.
Browse files Browse the repository at this point in the history
  • Loading branch information
MikkelSchubert committed Apr 28, 2017
1 parent 249e688 commit 1972ac8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
9 changes: 4 additions & 5 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change log
# Changelog

## [Unreleased]
## [1.2.8] - 2017-04-28
### Added
- Added FILTER entry for 'F' filter used in vcf_filter. This corresponds to
heterozygous sites where the allele frequency was not determined.
Expand Down Expand Up @@ -465,7 +465,8 @@ the (partially) updated documentation now hosted on ReadTheDocs.



[Unreleased]: https://github.com/MikkelSchubert/paleomix/compare/v1.2.7...HEAD
[Unreleased]: https://github.com/MikkelSchubert/paleomix/compare/v1.2.8...HEAD
[1.2.8]: https://github.com/MikkelSchubert/paleomix/compare/v1.2.7...v1.2.8
[1.2.7]: https://github.com/MikkelSchubert/paleomix/compare/v1.2.6...v1.2.7
[1.2.6]: https://github.com/MikkelSchubert/paleomix/compare/v1.2.5...v1.2.6
[1.2.5]: https://github.com/MikkelSchubert/paleomix/compare/v1.2.4...v1.2.5
Expand All @@ -478,5 +479,3 @@ the (partially) updated documentation now hosted on ReadTheDocs.
[1.1.0]: https://github.com/MikkelSchubert/paleomix/compare/v1.0.1...v1.1.0
[1.0.1]: https://github.com/MikkelSchubert/paleomix/compare/v1.0.0...v1.0.1
[1.0.0]: https://github.com/MikkelSchubert/paleomix/compare/v1.0.0-RC...v1.0.0


2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
# The short X.Y version.
version = u'1.2'
# The full version, including alpha/beta/rc tags.
release = u'1.2.7'
release = u'1.2.8'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion paleomix/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
# SOFTWARE.
#

__version_info__ = (1, 2, 7)
__version_info__ = (1, 2, 8)
__version__ = '%i.%i.%i' % __version_info__


Expand Down

0 comments on commit 1972ac8

Please sign in to comment.