Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Fractalis
fractalis
Commits
63270576
Commit
63270576
authored
May 16, 2018
by
Sascha Herzinger
Browse files
Bump version: 0.5.3 → 0.5.4
parent
e1340b16
Pipeline
#4897
passed with stages
in 15 minutes and 46 seconds
Changes
4
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.bumpversion.cfg
View file @
63270576
[bumpversion]
current_version = 0.5.
3
current_version = 0.5.
4
commit = True
tag = True
...
...
docker/docker-compose.yml
View file @
63270576
...
...
@@ -9,7 +9,7 @@ services:
rabbitmq
:
image
:
'
rabbitmq:alpine'
app
:
image
:
'
sherzinger/fractalis:0.5.
3
'
image
:
'
sherzinger/fractalis:0.5.
4
'
volumes
:
-
./config/fractalis/config.py:/config.py
environment
:
...
...
@@ -21,7 +21,7 @@ services:
-
redis
-
rabbitmq
worker
:
image
:
'
sherzinger/fractalis:0.5.
3
'
image
:
'
sherzinger/fractalis:0.5.
4
'
volumes
:
-
./config/fractalis/config.py:/config.py
environment
:
...
...
fractalis/misc/controller.py
View file @
63270576
...
...
@@ -13,5 +13,5 @@ logger = logging.getLogger(__name__)
@
misc_blueprint
.
route
(
'/version'
,
methods
=
[
'GET'
])
def
get_version
()
->
Tuple
[
Response
,
int
]:
version
=
'0.5.
3
'
version
=
'0.5.
4
'
return
jsonify
({
'version'
:
version
}),
201
setup.py
View file @
63270576
...
...
@@ -9,7 +9,7 @@ setup(
author
=
'Sascha Herzinger'
,
author_email
=
'sascha.herzinger@uni.lu'
,
url
=
'https://git-r3lab.uni.lu/Fractalis/fractalis'
,
version
=
'0.5.
3
'
,
version
=
'0.5.
4
'
,
license
=
'Apache2.0'
,
include_package_data
=
True
,
python_requires
=
'>=3.4.0'
,
...
...
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