Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
GPM - NTNU Git Profile Manager
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
Package registry
Model registry
Operate
Environments
Terraform modules
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Leo
GPM - NTNU Git Profile Manager
Commits
c004ffad
Commit
c004ffad
authored
10 months ago
by
Leo
Browse files
Options
Downloads
Patches
Plain Diff
fix: version bump
parent
9760ef7f
Branches
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#291429
failed
10 months ago
Stage: build
Stage: deploy
Changes
3
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
.idea/workspace.xml
+3
-2
3 additions, 2 deletions
.idea/workspace.xml
gpm/cli.py
+1
-1
1 addition, 1 deletion
gpm/cli.py
pyproject.toml
+1
-1
1 addition, 1 deletion
pyproject.toml
with
5 additions
and
4 deletions
.idea/workspace.xml
+
3
−
2
View file @
c004ffad
...
...
@@ -5,8 +5,9 @@
</component>
<component
name=
"ChangeListManager"
>
<list
default=
"true"
id=
"2f47370d-26d1-4fc6-a93f-363c8b4c6e5a"
name=
"Changes"
comment=
""
>
<change
beforePath=
"$PROJECT_DIR$/.gitlab-ci.yml"
beforeDir=
"false"
afterPath=
"$PROJECT_DIR$/.gitlab-ci.yml"
afterDir=
"false"
/>
<change
beforePath=
"$PROJECT_DIR$/.idea/workspace.xml"
beforeDir=
"false"
afterPath=
"$PROJECT_DIR$/.idea/workspace.xml"
afterDir=
"false"
/>
<change
beforePath=
"$PROJECT_DIR$/gpm/cli.py"
beforeDir=
"false"
afterPath=
"$PROJECT_DIR$/gpm/cli.py"
afterDir=
"false"
/>
<change
beforePath=
"$PROJECT_DIR$/pyproject.toml"
beforeDir=
"false"
afterPath=
"$PROJECT_DIR$/pyproject.toml"
afterDir=
"false"
/>
</list>
<option
name=
"SHOW_DIALOG"
value=
"false"
/>
<option
name=
"HIGHLIGHT_CONFLICTS"
value=
"true"
/>
...
...
@@ -84,7 +85,7 @@
<option
name=
"presentableId"
value=
"Default"
/>
<updated>
1724140762915
</updated>
<workItem
from=
"1724140765116"
duration=
"10726000"
/>
<workItem
from=
"1724224393281"
duration=
"6
601
000"
/>
<workItem
from=
"1724224393281"
duration=
"6
782
000"
/>
</task>
<servers
/>
</component>
...
...
This diff is collapsed.
Click to expand it.
gpm/cli.py
+
1
−
1
View file @
c004ffad
...
...
@@ -19,7 +19,7 @@ Commands:
current Manage the current profile
"""
__VERSION__
=
"
0.1.0
"
__VERSION__
=
"
0.1.0
dev1
"
__AUTHOR__
=
"
Leo <alingval@stud.ntnu.no>
"
from
dataclasses
import
dataclass
...
...
This diff is collapsed.
Click to expand it.
pyproject.toml
+
1
−
1
View file @
c004ffad
[tool.poetry]
name
=
"gpm"
version
=
"0.1.0"
version
=
"0.1.0
dev1
"
description
=
"Git Profile Management CLI"
authors
=
[
"Leo <alingval@stud.ntnu.no>"
]
license
=
"MIT"
...
...
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