Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Carlo FERRIGNO
ci-template-cc
Commits
196c339b
Unverified
Commit
196c339b
authored
Feb 26, 2021
by
Volodymyr SAVCHENKO
Browse files
Bump version: 0.1.6-dev0 → 0.1.6
parent
c28e073a
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
odacc/__init__.py
odacc/__init__.py
+1
-1
setup.cfg
setup.cfg
+1
-1
setup.py
setup.py
+1
-1
No files found.
odacc/__init__.py
View file @
196c339b
__version__
=
"0.1.6
-dev0
"
__version__
=
"0.1.6"
setup.cfg
View file @
196c339b
[bumpversion]
current_version = 0.1.6
-dev0
current_version = 0.1.6
commit = True
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+)(?P<build>\d+))?
...
...
setup.py
View file @
196c339b
...
...
@@ -6,7 +6,7 @@ def read(fname):
setup
(
name
=
"oda-cc"
,
version
=
"0.1.6
-dev0
"
,
version
=
"0.1.6"
,
author
=
"Volodymyr Savchenko"
,
author_email
=
"contact@volodymyrsavchenko.com"
,
description
=
(
""
...
...
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