Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Mutalyzer
mutalyzer2
Commits
cf0c28b1
Commit
cf0c28b1
authored
Jun 11, 2018
by
Mihai
Browse files
Bump version to 2.0.28
parent
240142de
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES.rst
View file @
cf0c28b1
...
...
@@ -7,11 +7,12 @@ This is a record of changes made between each Mutalyzer release.
Version 2.0.28
---------------
Release
date to be decided
.
Release
d on June 11th 2018
.
- Support for LRG XML schema version 1.9 (`#449
<https://github.com/mutalyzer/mutalyzer/pull/449>`_).
Version 2.0.27
---------------
...
...
mutalyzer/__init__.py
View file @
cf0c28b1
...
...
@@ -21,8 +21,8 @@ from __future__ import unicode_literals
# [1] http://peak.telecommunity.com/DevCenter/setuptools#specifying-your-project-s-version
# [2] http://semver.org/
__version_info__
=
(
'2'
,
'0'
,
'28'
,
'dev'
)
__date__
=
'
25 May
2018'
__version_info__
=
(
'2'
,
'0'
,
'28'
)
__date__
=
'
11 June
2018'
__version__
=
'.'
.
join
(
__version_info__
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment