Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Open sidebar
Serial Lab
QU4RTET
Commits
f156f47d
Commit
f156f47d
authored
Oct 15, 2019
by
Serial Lab
Browse files
Bump version: 2.5.8 → 2.5.9
parent
3a3706a7
Pipeline
#89374451
passed with stage
in 8 minutes and 1 second
Changes
2
Pipelines
4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
.bumpversion.cfg
.bumpversion.cfg
+1
-1
qu4rtet/__init__.py
qu4rtet/__init__.py
+1
-1
No files found.
.bumpversion.cfg
View file @
f156f47d
[bumpversion]
current_version = 2.5.
8
current_version = 2.5.
9
commit = True
tag = True
tag_name = {new_version}
...
...
qu4rtet/__init__.py
View file @
f156f47d
__version__
=
'2.5.
8
'
__version__
=
'2.5.
9
'
__version_info__
=
tuple
([
int
(
num
)
if
num
.
isdigit
()
else
num
for
num
in
__version__
.
replace
(
'-'
,
'.'
,
1
).
split
(
'.'
)])
Write
Preview
Markdown
is supported
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