Skip to content
Snippets Groups Projects
Commit b64b5cf8 authored by Sascha Herzinger's avatar Sascha Herzinger
Browse files

Bump version: 0.6.1 → 0.6.2

parent cb6212b1
No related branches found
Tags v0.6.2
No related merge requests found
Pipeline #
[bumpversion]
current_version = 0.6.1
current_version = 0.6.2
commit = True
tag = True
......
......@@ -9,7 +9,7 @@ services:
rabbitmq:
image: rabbitmq:alpine
app:
image: sherzinger/fractalis:0.6.1
image: sherzinger/fractalis:0.6.2
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.1
image: sherzinger/fractalis:0.6.2
volumes:
- ./config/fractalis/config.py:/config.py
- ./config/fractalis/logging.yaml:/logging.yaml
......
......@@ -15,7 +15,7 @@ logger = logging.getLogger(__name__)
@misc_blueprint.route('/version', methods=['GET'])
def get_version() -> Tuple[Response, int]:
version = '0.6.1'
version = '0.6.2'
# 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()
......
......@@ -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.1',
version='0.6.2',
license='Apache2.0',
include_package_data=True,
python_requires='>=3.4.0',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment