Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
GiTemplet
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Frank Sauerburger
GiTemplet
Commits
1ceae0b9
Verified
Commit
1ceae0b9
authored
5 years ago
by
Frank Sauerburger
Browse files
Options
Downloads
Patches
Plain Diff
Bump version to 0.1.0
parent
b9542621
No related branches found
Branches containing commit
Tags
v0.1.0
Tags containing commit
No related merge requests found
Pipeline
#4182
passed
5 years ago
Stage: test
Stage: lint
Changes
3
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
bin/gitemplet
+3
-0
3 additions, 0 deletions
bin/gitemplet
gitemplet/__init__.py
+2
-0
2 additions, 0 deletions
gitemplet/__init__.py
setup.py
+1
-1
1 addition, 1 deletion
setup.py
with
6 additions
and
1 deletion
bin/gitemplet
+
3
−
0
View file @
1ceae0b9
...
...
@@ -34,6 +34,9 @@ if __name__ == "__main__":
help
=
"
Name of the project
"
)
parser
.
add_argument
(
"
--ref
"
,
default
=
"
master
"
,
help
=
"
Alternative branch
"
)
parser
.
add_argument
(
"
--version
"
,
action
=
"
version
"
,
version
=
"
%%(prog)s %s
"
%
gt
.
__version__
)
args
=
parser
.
parse_args
()
main
(
args
)
This diff is collapsed.
Click to expand it.
gitemplet/__init__.py
+
2
−
0
View file @
1ceae0b9
...
...
@@ -9,6 +9,8 @@ import time
import
git
from
jinja2
import
Template
__version__
=
"
0.1.0
"
def
get_file_list
(
project_path
):
"""
Returns the list of all files in the template. The filepaths are relative
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
1
View file @
1ceae0b9
...
...
@@ -17,7 +17,7 @@ def load_long_description(filename):
return
content
setup
(
name
=
'
gitemplet
'
,
version
=
'
0.
0
.0
'
,
version
=
'
0.
1
.0
'
,
packages
=
[
"
gitemplet
"
,
"
gitemplet.tests
"
],
install_requires
=
[],
test_suite
=
'
gitemplet.tests
'
,
...
...
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