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
Jochem Bijlard
fractalis
Commits
d55fd0b1
Commit
d55fd0b1
authored
May 04, 2018
by
Sascha Herzinger
Browse files
Bump version: 0.4.2 → 0.5.0
parent
740d5a8e
Changes
3
Hide whitespace changes
Inline
Side-by-side
.bumpversion.cfg
View file @
d55fd0b1
[bumpversion]
current_version = 0.
4.2
current_version = 0.
5.0
commit = True
tag = True
...
...
docker/docker-compose.yml
View file @
d55fd0b1
...
...
@@ -9,7 +9,7 @@ services:
rabbitmq
:
image
:
'
rabbitmq:alpine'
app
:
image
:
'
sherzinger/fractalis:0.
4.2
'
image
:
'
sherzinger/fractalis:0.
5.0
'
volumes
:
-
./config/fractalis/config.py:/config.py
environment
:
...
...
@@ -21,7 +21,7 @@ services:
-
redis
-
rabbitmq
worker
:
image
:
'
sherzinger/fractalis:0.
4.2
'
image
:
'
sherzinger/fractalis:0.
5.0
'
volumes
:
-
./config/fractalis/config.py:/config.py
environment
:
...
...
setup.py
View file @
d55fd0b1
...
...
@@ -9,7 +9,7 @@ setup(
author
=
'Sascha Herzinger'
,
author_email
=
'sascha.herzinger@uni.lu'
,
url
=
'https://git-r3lab.uni.lu/Fractalis/fractalis'
,
version
=
'0.
4.2
'
,
version
=
'0.
5.0
'
,
license
=
'Apache2.0'
,
include_package_data
=
True
,
python_requires
=
'>=3.4.0'
,
...
...
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