Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
fractalis
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Labels
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
External Wiki
External Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
Fractalis
fractalis
Commits
b0789cfa
Commit
b0789cfa
authored
Oct 17, 2018
by
Sascha Herzinger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
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
Showing
4 changed files
with
5 additions
and
5 deletions
+5
-5
.bumpversion.cfg
.bumpversion.cfg
+1
-1
docker/docker-compose.yml
docker/docker-compose.yml
+2
-2
fractalis/misc/controller.py
fractalis/misc/controller.py
+1
-1
setup.py
setup.py
+1
-1
No files found.
.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
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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