Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
b5
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
build
b5
Commits
87ceb414
Commit
87ceb414
authored
7 years ago
by
David Danier
Browse files
Options
Downloads
Patches
Plain Diff
Release v0.10.2
parent
c0ebc561
Branches
Branches containing commit
Tags
v0.10.2
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
b5/__init__.py
+1
-1
1 addition, 1 deletion
b5/__init__.py
setup.py
+1
-1
1 addition, 1 deletion
setup.py
with
2 additions
and
2 deletions
b5/__init__.py
+
1
−
1
View file @
87ceb414
import
os
VERSION
=
'
0.10.2
-dev
'
VERSION
=
'
0.10.2
'
B5_PATH
=
os
.
path
.
realpath
(
os
.
path
.
dirname
(
__file__
))
B5_BASH_PATH
=
os
.
path
.
join
(
B5_PATH
,
'
bash
'
)
B5_TEMPLATES_PATH
=
os
.
path
.
join
(
B5_PATH
,
'
templates
'
)
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
1
View file @
87ceb414
...
...
@@ -4,7 +4,7 @@ from setuptools import setup, find_packages
setup
(
name
=
'
b5
'
,
version
=
'
0.10.
1
'
,
version
=
'
0.10.
2
'
,
description
=
'
b5 - sane task runner
'
,
author
=
'
David Danier
'
,
author_email
=
'
danier@team23.de
'
,
...
...
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