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

Bump version: 1.0.1 → 1.1.0

parent 5b347c70
No related branches found
No related tags found
No related merge requests found
Pipeline #
[bumpversion] [bumpversion]
current_version = 1.0.1 current_version = 1.1.0
commit = True commit = True
tag = True tag = True
......
...@@ -11,7 +11,7 @@ services: ...@@ -11,7 +11,7 @@ services:
image: rabbitmq:alpine image: rabbitmq:alpine
restart: always restart: always
app: app:
image: sherzinger/fractalis:1.0.1 image: sherzinger/fractalis:1.1.0
volumes: volumes:
- ./config/fractalis/config.py:/config.py - ./config/fractalis/config.py:/config.py
- ./config/fractalis/logging.yaml:/logging.yaml - ./config/fractalis/logging.yaml:/logging.yaml
...@@ -25,7 +25,7 @@ services: ...@@ -25,7 +25,7 @@ services:
- redis - redis
- rabbitmq - rabbitmq
worker: worker:
image: sherzinger/fractalis:1.0.1 image: sherzinger/fractalis:1.1.0
volumes: volumes:
- ./config/fractalis/config.py:/config.py - ./config/fractalis/config.py:/config.py
- ./config/fractalis/logging.yaml:/logging.yaml - ./config/fractalis/logging.yaml:/logging.yaml
......
...@@ -15,7 +15,7 @@ logger = logging.getLogger(__name__) ...@@ -15,7 +15,7 @@ logger = logging.getLogger(__name__)
@misc_blueprint.route('/version', methods=['GET']) @misc_blueprint.route('/version', methods=['GET'])
def get_version() -> Tuple[Response, int]: def get_version() -> Tuple[Response, int]:
version = '1.0.1' version = '1.1.0'
# this is a good place to launch the janitor because /version is one of the # this is a good place to launch the janitor because /version is one of the
# first requests sent by the front-end on initialization # first requests sent by the front-end on initialization
janitor.delay() janitor.delay()
......
...@@ -9,7 +9,7 @@ setup( ...@@ -9,7 +9,7 @@ setup(
author='Sascha Herzinger', author='Sascha Herzinger',
author_email='sascha.herzinger@uni.lu', author_email='sascha.herzinger@uni.lu',
url='https://git-r3lab.uni.lu/Fractalis/fractalis', url='https://git-r3lab.uni.lu/Fractalis/fractalis',
version='1.0.1', version='1.1.0',
license='Apache2.0', license='Apache2.0',
include_package_data=True, include_package_data=True,
python_requires='>=3.4.0', 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