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
b0789cfa
Commit
b0789cfa
authored
Oct 17, 2018
by
Sascha Herzinger
Browse files
Bump version: 1.2.2 → 1.2.3
parent
f6917758
Pipeline
#7096
passed with stages
in 45 minutes and 26 seconds
Changes
4
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.bumpversion.cfg
View file @
b0789cfa
[bumpversion]
current_version = 1.2.
2
current_version = 1.2.
3
commit = True
tag = True
...
...
docker/docker-compose.yml
View file @
b0789cfa
...
...
@@ -13,7 +13,7 @@ services:
image
:
rabbitmq:alpine
restart
:
always
app
:
image
:
sherzinger/fractalis:1.2.
2
image
:
sherzinger/fractalis:1.2.
3
volumes
:
-
./config/fractalis/config.py:/config.py
-
./config/fractalis/logging.yaml:/logging.yaml
...
...
@@ -27,7 +27,7 @@ services:
-
redis
-
rabbitmq
worker
:
image
:
sherzinger/fractalis:1.2.
2
image
:
sherzinger/fractalis:1.2.
3
volumes
:
-
./config/fractalis/config.py:/config.py
-
./config/fractalis/logging.yaml:/logging.yaml
...
...
fractalis/misc/controller.py
View file @
b0789cfa
...
...
@@ -15,7 +15,7 @@ logger = logging.getLogger(__name__)
@
misc_blueprint
.
route
(
'/version'
,
methods
=
[
'GET'
])
def
get_version
()
->
Tuple
[
Response
,
int
]:
version
=
'1.2.
2
'
version
=
'1.2.
3
'
# 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 @
b0789cfa
...
...
@@ -9,7 +9,7 @@ setup(
author
=
'Sascha Herzinger'
,
author_email
=
'sascha.herzinger@uni.lu'
,
url
=
'https://git-r3lab.uni.lu/Fractalis/fractalis'
,
version
=
'1.2.
2
'
,
version
=
'1.2.
3
'
,
license
=
'Apache2.0'
,
include_package_data
=
True
,
python_requires
=
'>=3.6.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