Skip to content
Snippets Groups Projects
Commit f114d492 authored by Mihai's avatar Mihai
Browse files

Bump version to 2.0.34

parent adec5abe
No related branches found
Tags v2.0.34
1 merge request!519Release 2.0.34
...@@ -6,7 +6,7 @@ This is a record of changes made between each Mutalyzer release. ...@@ -6,7 +6,7 @@ This is a record of changes made between each Mutalyzer release.
Version 2.0.34 Version 2.0.34
--------------- ---------------
Release date to be decided. Released on March 15th 2021.
- Update article link and point towards the new release website (`#518 - Update article link and point towards the new release website (`#518
<https://github.com/mutalyzer/mutalyzer/pull/518>`_). <https://github.com/mutalyzer/mutalyzer/pull/518>`_).
......
...@@ -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', '34' 'dev') __version_info__ = ('2', '0', '34')
__date__ = '24 November 2020' __date__ = '15 March 2021'
__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