Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
9
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Open sidebar
Vasili
git-cu
Commits
c0c81345
Commit
c0c81345
authored
Sep 20, 2020
by
Vasili
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump to 0.3.0
parent
2c5f74e9
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
pyproject.toml
pyproject.toml
+1
-1
src/git_cu/__init__.py
src/git_cu/__init__.py
+1
-1
tbump.toml
tbump.toml
+1
-1
No files found.
pyproject.toml
View file @
c0c81345
[tool.poetry]
name
=
"git-cu"
version
=
"0.
2
.0"
version
=
"0.
3
.0"
description
=
"git-cu helps keep your local git repositories organised by cloning them into a directory structure based on their URL."
authors
=
[
"Vasili Revelas <vasili.revelas@gmail.com>"
]
license
=
"GPL-3.0-only"
...
...
src/git_cu/__init__.py
View file @
c0c81345
# pylint: disable=missing-module-docstring
__version__
=
'0.
2
.0'
__version__
=
'0.
3
.0'
tbump.toml
View file @
c0c81345
...
...
@@ -2,7 +2,7 @@
# github_url = https://github.com/<user or organization>/<project>/
[version]
current
=
"0.
2
.0"
current
=
"0.
3
.0"
# Example of a semver regexp.
# Make sure this matches current_version before
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment