Skip to content
GitLab
Menu
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
0b6b19fe
Commit
0b6b19fe
authored
Nov 08, 2021
by
Mihai
Browse files
Bump version to 2.0.35
parent
04cba700
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES.rst
View file @
0b6b19fe
...
...
@@ -6,6 +6,8 @@ This is a record of changes made between each Mutalyzer release.
Version 2.0.35
---------------
Released on November 8th 2021.
- Rename repository links (`#526
<https://github.com/mutalyzer/mutalyzer2/pull/526>`_).
...
...
mutalyzer/__init__.py
View file @
0b6b19fe
...
...
@@ -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'
,
'35'
,
'dev'
)
__date__
=
'
15 March
2021'
__version_info__
=
(
'2'
,
'0'
,
'35'
)
__date__
=
'
8 November
2021'
__version__
=
'.'
.
join
(
__version_info__
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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