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
1f9179ad
Commit
1f9179ad
authored
May 17, 2017
by
Mihai
Browse files
Bump version to 2.0.25
parent
bb6f199d
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES.rst
View file @
1f9179ad
...
...
@@ -7,7 +7,7 @@ This is a record of changes made between each Mutalyzer release.
Version 2.0.25
---------------
Release
date to be decided
.
Release
d on May 17th 2017
.
- Fix for batch processor crash when trying to alter an "item" column of the
"batch_queue_items" database table. (`#426
...
...
mutalyzer/__init__.py
View file @
1f9179ad
...
...
@@ -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'
,
'25'
,
'dev'
)
__date__
=
'1
2 Apr
2017'
__version_info__
=
(
'2'
,
'0'
,
'25'
)
__date__
=
'1
7 May
2017'
__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