Skip to content
Snippets Groups Projects
Commit 35c35b88 authored by Vermaat's avatar Vermaat
Browse files

Bump version to 2.0.16

parent eacf4091
No related branches found
Tags v2.0.16
No related merge requests found
...@@ -7,7 +7,7 @@ This is a record of changes made between each Mutalyzer release. ...@@ -7,7 +7,7 @@ This is a record of changes made between each Mutalyzer release.
Version 2.0.16 Version 2.0.16
-------------- --------------
Release date to be decided. Released on February 25th 2016.
- Fixed transcript naming in mapping webservices (`#147 - Fixed transcript naming in mapping webservices (`#147
<https://github.com/mutalyzer/mutalyzer/pull/147>`_). See below for <https://github.com/mutalyzer/mutalyzer/pull/147>`_). See below for
......
...@@ -21,8 +21,8 @@ from __future__ import unicode_literals ...@@ -21,8 +21,8 @@ from __future__ import unicode_literals
# [1] http://peak.telecommunity.com/DevCenter/setuptools#specifying-your-project-s-version # [1] http://peak.telecommunity.com/DevCenter/setuptools#specifying-your-project-s-version
# [2] http://semver.org/ # [2] http://semver.org/
__version_info__ = ('2', '0', '16', 'dev') __version_info__ = ('2', '0', '16')
__date__ = '6 Jan 2016' __date__ = '25 Feb 2016'
__version__ = '.'.join(__version_info__) __version__ = '.'.join(__version_info__)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment