Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
force-bdss
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
Adham Hashibon
force-bdss
Commits
58510c97
Unverified
Commit
58510c97
authored
6 years ago
by
Stefano Borini
Committed by
GitHub
6 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #175 from force-h2020/release/0.2.0
Release 0.2.0
parents
4b450bb5
bb54a3fb
No related branches found
Branches containing commit
Tags
0.2.0
v0.2.0
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGES.rst
+5
-0
5 additions, 0 deletions
CHANGES.rst
setup.py
+1
-7
1 addition, 7 deletions
setup.py
with
6 additions
and
7 deletions
CHANGES.rst
+
5
−
0
View file @
58510c97
FORCE BDSS Changelog
FORCE BDSS Changelog
--------------------
--------------------
Release 0.2.0
-------------
- Development of infrastructure to support ITWM example code.
Release 0.1.0
Release 0.1.0
-------------
-------------
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
7
View file @
58510c97
import
os
import
os
from
setuptools
import
setup
,
find_packages
from
setuptools
import
setup
,
find_packages
VERSION
=
"
0.2.0
.dev0
"
VERSION
=
"
0.2.0
"
# Read description
# Read description
...
@@ -30,10 +30,4 @@ setup(
...
@@ -30,10 +30,4 @@ setup(
],
],
},
},
packages
=
find_packages
(),
packages
=
find_packages
(),
install_requires
=
[
"
envisage >= 4.6.0
"
,
"
click >= 6.7
"
,
"
stevedore >= 1.24.0
"
,
"
six >= 1.10.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