Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Leonhard Wachutka
wBuild
Commits
dad854d0
Commit
dad854d0
authored
Dec 15, 2017
by
Leonhard Wachutka
Browse files
Bump version: 1.0.0 → 1.1.0
parent
c63accb1
Pipeline
#758
passed with stage
in 1 minute and 7 seconds
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
setup.cfg
View file @
dad854d0
[bumpversion]
current_version = 1.
0
.0
current_version = 1.
1
.0
commit = True
tag = True
...
...
@@ -18,5 +18,5 @@ universal = 1
exclude = docs
[aliases]
test
=
pytest
# Define setup.py command aliases here
test
=
pytest
setup.py
View file @
dad854d0
...
...
@@ -32,7 +32,7 @@ test_requirements = [
setup
(
name
=
'wbuild'
,
version
=
'1.
0
.0'
,
version
=
'1.
1
.0'
,
description
=
"Automtic build tool for R Reports"
,
long_description
=
readme
+
'
\n\n
'
+
history
,
author
=
"Leonhard Wachutka"
,
...
...
wbuild/__init__.py
View file @
dad854d0
...
...
@@ -4,7 +4,7 @@
__author__
=
"""Leonhard Wachutka"""
__email__
=
'leonhard@wachutka.eu'
__version__
=
'1.
0
.0'
__version__
=
'1.
1
.0'
from
.
import
autolink
...
...
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