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
c725ef47
Commit
c725ef47
authored
Jun 29, 2018
by
Sascha Herzinger
Browse files
Bump version: 0.6.2 → 1.0.0
parent
b902414f
Pipeline
#5597
passed with stages
in 43 minutes and 10 seconds
Changes
4
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.bumpversion.cfg
View file @
c725ef47
[bumpversion]
current_version =
0.6.2
current_version =
1.0.0
commit = True
tag = True
...
...
docker/docker-compose.yml
View file @
c725ef47
...
...
@@ -9,7 +9,7 @@ services:
rabbitmq
:
image
:
rabbitmq:alpine
app
:
image
:
sherzinger/fractalis:
0.6.2
image
:
sherzinger/fractalis:
1.0.0
volumes
:
-
./config/fractalis/config.py:/config.py
-
./config/fractalis/logging.yaml:/logging.yaml
...
...
@@ -22,7 +22,7 @@ services:
-
redis
-
rabbitmq
worker
:
image
:
sherzinger/fractalis:
0.6.2
image
:
sherzinger/fractalis:
1.0.0
volumes
:
-
./config/fractalis/config.py:/config.py
-
./config/fractalis/logging.yaml:/logging.yaml
...
...
fractalis/misc/controller.py
View file @
c725ef47
...
...
@@ -15,7 +15,7 @@ logger = logging.getLogger(__name__)
@
misc_blueprint
.
route
(
'/version'
,
methods
=
[
'GET'
])
def
get_version
()
->
Tuple
[
Response
,
int
]:
version
=
'
0.6.2
'
version
=
'
1.0.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 @
c725ef47
...
...
@@ -9,7 +9,7 @@ setup(
author
=
'Sascha Herzinger'
,
author_email
=
'sascha.herzinger@uni.lu'
,
url
=
'https://git-r3lab.uni.lu/Fractalis/fractalis'
,
version
=
'
0.6.2
'
,
version
=
'
1.0.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