Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
vauxoo
gitlab_tools
Commits
2a3d469a
Commit
2a3d469a
authored
Mar 23, 2018
by
Tulio Ruiz
Browse files
Bump version: 0.2.0 → 0.2.1
parent
d9d2d285
Pipeline
#11771
passed with stage
in 27 seconds
Changes
5
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.bumpversion.cfg
View file @
2a3d469a
[bumpversion]
current_version = 0.2.
0
current_version = 0.2.
1
commit = True
tag = False
...
...
README.rst
View file @
2a3d469a
...
...
@@ -24,9 +24,9 @@ Overview
:alt: PyPI Package latest release
:target: https://pypi.python.org/pypi/deployv-addon-gitlab-tools
.. |commits-since| image:: https://img.shields.io/github/commits-since/Vauxoo/deployv-addon-gitlab-tools/v0.2.
0
.svg
.. |commits-since| image:: https://img.shields.io/github/commits-since/Vauxoo/deployv-addon-gitlab-tools/v0.2.
1
.svg
:alt: Commits since latest release
:target: https://github.com/Vauxoo/deployv-addon-gitlab-tools/compare/v0.2.
0
...master
:target: https://github.com/Vauxoo/deployv-addon-gitlab-tools/compare/v0.2.
1
...master
.. |downloads| image:: https://img.shields.io/pypi/dm/deployv-addon-gitlab-tools.svg
:alt: PyPI Package monthly downloads
...
...
docs/conf.py
View file @
2a3d469a
...
...
@@ -26,7 +26,7 @@ project = u'Deployv addon: Gitlab tools'
year
=
'2017'
author
=
u
'Vauxoo'
copyright
=
'{0}, {1}'
.
format
(
year
,
author
)
version
=
release
=
u
'0.2.
0
'
version
=
release
=
u
'0.2.
1
'
pygments_style
=
'trac'
templates_path
=
[
'.'
]
...
...
setup.py
View file @
2a3d469a
...
...
@@ -77,7 +77,7 @@ class PyInstall(InstallCommand):
setup
(
name
=
'deployv-addon-gitlab-tools'
,
version
=
'0.2.
0
'
,
version
=
'0.2.
1
'
,
license
=
'BSD'
,
description
=
'Deployv addon: Gitlab tools. Generated by cookiecutter and cookiecutter-deploy-addon.'
,
long_description
=
'%s
\n
%s'
%
(
...
...
src/deployv_addon_gitlab_tools/__init__.py
View file @
2a3d469a
...
...
@@ -6,7 +6,7 @@ from deployv_addon_gitlab_tools.commands import (
check_keys
,
test_images
,
upload_image
,
deployv_tests
)
__version__
=
"0.2.
0
"
__version__
=
"0.2.
1
"
logger
=
logging
.
getLogger
(
'deployv.'
+
__name__
)
# pylint: disable=C0103
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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