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
3b3aeb63
Commit
3b3aeb63
authored
Sep 22, 2020
by
Serial Lab
Browse files
Bump version: 3.1.2 → 3.1.3
parent
c6cd3b1d
Pipeline
#196705376
passed with stage
in 6 minutes and 46 seconds
Changes
2
Pipelines
11
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 @
3b3aeb63
[bumpversion]
current_version = 3.1.
2
current_version = 3.1.
3
commit = True
tag = True
tag_name = {new_version}
...
...
qu4rtet/__init__.py
View file @
3b3aeb63
__version__
=
'3.1.
2
'
__version__
=
'3.1.
3
'
__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