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

Bump version: 1.2.0 → 1.2.1

parent e419ed6e
No related branches found
Tags v1.2.1
No related merge requests found
Pipeline #
[bumpversion]
current_version = 1.2.0
current_version = 1.2.1
commit = True
tag = True
......
......@@ -13,7 +13,7 @@ services:
image: rabbitmq:alpine
restart: always
app:
image: sherzinger/fractalis:1.2.0
image: sherzinger/fractalis:1.2.1
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.0
image: sherzinger/fractalis:1.2.1
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 = '1.2.0'
version = '1.2.1'
# 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='1.2.0',
version='1.2.1',
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