Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
grouprise
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
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
Lars Kruse
grouprise
Commits
af6eb13f
Commit
af6eb13f
authored
3 years ago
by
Lars Kruse
Browse files
Options
Downloads
Patches
Plain Diff
Bump version: 0.0.4 -> 0.0.5
parent
4e8ceef7
No related branches found
Tags
v0.0.5
Tags containing commit
No related merge requests found
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
.bumpversion.cfg
+1
-1
1 addition, 1 deletion
.bumpversion.cfg
VERSION
+1
-1
1 addition, 1 deletion
VERSION
debian/changelog
+6
-0
6 additions, 0 deletions
debian/changelog
docs/conf.py
+2
-2
2 additions, 2 deletions
docs/conf.py
grouprise/__init__.py
+1
-1
1 addition, 1 deletion
grouprise/__init__.py
with
11 additions
and
5 deletions
.bumpversion.cfg
+
1
−
1
View file @
af6eb13f
[bumpversion]
current_version
=
0.0.
4
current_version
=
0.0.
5
[bumpversion:file:VERSION]
...
...
This diff is collapsed.
Click to expand it.
VERSION
+
1
−
1
View file @
af6eb13f
0.0.
4
0.0.
5
This diff is collapsed.
Click to expand it.
debian/changelog
+
6
−
0
View file @
af6eb13f
grouprise (0.0.5-1) unstable; urgency=medium
* New upstream release
-- Lars Kruse <devel@sumpfralle.de> Thu, 25 Nov 2021 03:50:29 +0100
grouprise (0.0.4-1) unstable; urgency=medium
* New upstream release
...
...
This diff is collapsed.
Click to expand it.
docs/conf.py
+
2
−
2
View file @
af6eb13f
...
...
@@ -24,9 +24,9 @@ copyright = 'grouprise contributors'
author
=
'
grouprise contributors
'
# The short X.Y version
version
=
'
0.0.
4
'
version
=
'
0.0.
5
'
# The full version, including alpha/beta/rc tags
release
=
'
0.0.
4
'
release
=
'
0.0.
5
'
# -- General configuration ---------------------------------------------------
...
...
This diff is collapsed.
Click to expand it.
grouprise/__init__.py
+
1
−
1
View file @
af6eb13f
import
os
import
subprocess
__version__
=
"
0.0.
4
"
__version__
=
"
0.0.
5
"
try
:
_local_dir
=
os
.
path
.
dirname
(
__file__
)
...
...
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