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
cd663e3d
Unverified
Commit
cd663e3d
authored
Nov 24, 2020
by
Mihai
Committed by
GitHub
Nov 24, 2020
Browse files
Release 2.0.33 (#515)
* Update changelog * Bump version to 2.0.33 * Open development for 2.0.34
parent
7b6cdd75
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES.rst
View file @
cd663e3d
...
...
@@ -3,12 +3,25 @@ Changelog
This is a record of changes made between each Mutalyzer release.
Version 2.0.3
3
Version 2.0.3
4
---------------
Release date to be decided.
Version 2.0.33
---------------
Released on November 24th 2020.
- Update links (`#514
<https://github.com/mutalyzer/mutalyzer/pull/514>`_).
- Improve warning messages (`#513
<https://github.com/mutalyzer/mutalyzer/pull/513>`_).
- Add legacy crossmapper module (`#508
<https://github.com/mutalyzer/mutalyzer/pull/508>`_).
Version 2.0.32
---------------
...
...
mutalyzer/__init__.py
View file @
cd663e3d
...
...
@@ -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'
,
'33'
,
'dev'
)
__date__
=
'
9 Dec
ember 20
19
'
__version_info__
=
(
'2'
,
'0'
,
'33'
)
__date__
=
'
24 Nov
ember 20
20
'
__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