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
d9a891c5
Commit
d9a891c5
authored
Aug 28, 2019
by
Serial Lab
Browse files
Bump version: 2.5.5 → 2.5.6
parent
9bed2b0c
Pipeline
#78931656
passed with stage
in 8 minutes and 19 seconds
Changes
2
Pipelines
2
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 @
d9a891c5
[bumpversion]
current_version = 2.5.
5
current_version = 2.5.
6
commit = True
tag = True
tag_name = {new_version}
...
...
qu4rtet/__init__.py
View file @
d9a891c5
__version__
=
'2.5.
5
'
__version__
=
'2.5.
6
'
__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