Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
9
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
e0ca7655
Commit
e0ca7655
authored
May 10, 2018
by
Serial Lab
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump version: 0.1.4 → 0.1.5
parent
cd4116e0
Pipeline
#21837259
passed with stages
in 1 minute and 58 seconds
Changes
2
Pipelines
1
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 @
e0ca7655
[bumpversion]
current_version = 0.1.
4
current_version = 0.1.
5
commit = True
tag = True
tag_name = {new_version}
...
...
qu4rtet/__init__.py
View file @
e0ca7655
__version__
=
'0.1.
4
'
__version__
=
'0.1.
5
'
__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