Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
dbispipeline
Manage
Activity
Members
Labels
Plan
Issues
13
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue 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
Institut für Informatik
dbis
software
dbispipeline
Commits
ba1b5def
Commit
ba1b5def
authored
3 years ago
by
Benjamin Murauer
Browse files
Options
Downloads
Patches
Plain Diff
release v0.8.26
parent
ff4d096b
No related branches found
Branches containing commit
Tags
v0.8.26
Tags containing commit
No related merge requests found
Pipeline
#51149
failed with stage
Stage:
in 1 minute and 46 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
setup.cfg
+1
-1
1 addition, 1 deletion
setup.cfg
setup.py
+3
-2
3 additions, 2 deletions
setup.py
with
4 additions
and
3 deletions
setup.cfg
+
1
−
1
View file @
ba1b5def
[bumpversion]
current_version
= 0.8.2
5
current_version
= 0.8.2
6
[bumpversion:file:setup.py]
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
3
−
2
View file @
ba1b5def
...
...
@@ -3,14 +3,15 @@ from setuptools import find_packages
from
setuptools
import
setup
# we should not use the requirements.txt at this point after all.
# https://packaging.python.org/discussions/install-requires-vs-requirements/#requirements-files
# https://packaging.python.org/discussions/install-requires-vs-requirements
# /#requirements-files
with
open
(
'
README.md
'
)
as
fh
:
long_description
=
fh
.
read
()
setup
(
name
=
'
dbispipeline
'
,
version
=
'
0.8.2
5
'
,
version
=
'
0.8.2
6
'
,
author
=
'
Benjamin Murauer, Michael Vötter
'
,
author_email
=
'
b.murauer@posteo.de
'
,
description
=
'
should make things more reproducible
'
,
...
...
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