Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
fractalis
Manage
Activity
Members
Labels
Plan
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Fractalis
fractalis
Commits
d55fd0b1
There was a problem fetching the pipeline metadata.
Commit
d55fd0b1
authored
6 years ago
by
Sascha Herzinger
Browse files
Options
Downloads
Patches
Plain Diff
Bump version: 0.4.2 → 0.5.0
parent
740d5a8e
No related branches found
Branches containing commit
Tags
v0.5.0
Tags containing commit
No related merge requests found
Pipeline
#
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.bumpversion.cfg
+1
-1
1 addition, 1 deletion
.bumpversion.cfg
docker/docker-compose.yml
+2
-2
2 additions, 2 deletions
docker/docker-compose.yml
setup.py
+1
-1
1 addition, 1 deletion
setup.py
with
4 additions
and
4 deletions
.bumpversion.cfg
+
1
−
1
View file @
d55fd0b1
[bumpversion]
current_version
= 0.
4.2
current_version
= 0.
5.0
commit
= True
tag
= True
...
...
This diff is collapsed.
Click to expand it.
docker/docker-compose.yml
+
2
−
2
View file @
d55fd0b1
...
...
@@ -9,7 +9,7 @@ services:
rabbitmq
:
image
:
'
rabbitmq:alpine'
app
:
image
:
'
sherzinger/fractalis:0.
4.2
'
image
:
'
sherzinger/fractalis:0.
5.0
'
volumes
:
-
./config/fractalis/config.py:/config.py
environment
:
...
...
@@ -21,7 +21,7 @@ services:
-
redis
-
rabbitmq
worker
:
image
:
'
sherzinger/fractalis:0.
4.2
'
image
:
'
sherzinger/fractalis:0.
5.0
'
volumes
:
-
./config/fractalis/config.py:/config.py
environment
:
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
1
View file @
d55fd0b1
...
...
@@ -9,7 +9,7 @@ setup(
author
=
'
Sascha Herzinger
'
,
author_email
=
'
sascha.herzinger@uni.lu
'
,
url
=
'
https://git-r3lab.uni.lu/Fractalis/fractalis
'
,
version
=
'
0.
4.2
'
,
version
=
'
0.
5.0
'
,
license
=
'
Apache2.0
'
,
include_package_data
=
True
,
python_requires
=
'
>=3.4.0
'
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment