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
7b778cbd
Commit
7b778cbd
authored
Jul 31, 2018
by
Sascha Herzinger
Browse files
Bump version: 1.1.0 → 1.2.0
parent
58c657d5
Pipeline
#5987
passed with stages
in 43 minutes and 12 seconds
Changes
4
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.bumpversion.cfg
View file @
7b778cbd
[bumpversion]
current_version = 1.
1
.0
current_version = 1.
2
.0
commit = True
tag = True
...
...
docker/docker-compose.yml
View file @
7b778cbd
...
...
@@ -11,7 +11,7 @@ services:
image
:
rabbitmq:alpine
restart
:
always
app
:
image
:
sherzinger/fractalis:1.
1
.0
image
:
sherzinger/fractalis:1.
2
.0
volumes
:
-
./config/fractalis/config.py:/config.py
-
./config/fractalis/logging.yaml:/logging.yaml
...
...
@@ -25,7 +25,7 @@ services:
-
redis
-
rabbitmq
worker
:
image
:
sherzinger/fractalis:1.
1
.0
image
:
sherzinger/fractalis:1.
2
.0
volumes
:
-
./config/fractalis/config.py:/config.py
-
./config/fractalis/logging.yaml:/logging.yaml
...
...
fractalis/misc/controller.py
View file @
7b778cbd
...
...
@@ -15,7 +15,7 @@ logger = logging.getLogger(__name__)
@
misc_blueprint
.
route
(
'/version'
,
methods
=
[
'GET'
])
def
get_version
()
->
Tuple
[
Response
,
int
]:
version
=
'1.
1
.0'
version
=
'1.
2
.0'
# this is a good place to launch the janitor because /version is one of the
# first requests sent by the front-end on initialization
janitor
.
delay
()
...
...
setup.py
View file @
7b778cbd
...
...
@@ -9,7 +9,7 @@ setup(
author
=
'Sascha Herzinger'
,
author_email
=
'sascha.herzinger@uni.lu'
,
url
=
'https://git-r3lab.uni.lu/Fractalis/fractalis'
,
version
=
'1.
1
.0'
,
version
=
'1.
2
.0'
,
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