Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Krötenzäune-Plattform
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
NABU
Krötenzäune-Projekt
Krötenzäune-Plattform
Commits
d7b8edb9
Commit
d7b8edb9
authored
4 years ago
by
Lars Kruse
Browse files
Options
Downloads
Patches
Plain Diff
Bump version: 3.0.5 -> 3.0.6
parent
d2813da2
Branches
Branches containing commit
Tags
v3.0.6
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.bumpversion.cfg
+1
-2
1 addition, 2 deletions
.bumpversion.cfg
VERSION
+1
-1
1 addition, 1 deletion
VERSION
debian/changelog
+6
-0
6 additions, 0 deletions
debian/changelog
grouprise/__init__.py
+1
-1
1 addition, 1 deletion
grouprise/__init__.py
with
9 additions
and
4 deletions
.bumpversion.cfg
+
1
−
2
View file @
d7b8edb9
[bumpversion]
current_version
=
3.0.
5
current_version
=
3.0.
6
[bumpversion:file:VERSION]
[bumpversion:file:grouprise/__init__.py]
search
=
^__version__ = '{current_version}'
This diff is collapsed.
Click to expand it.
VERSION
+
1
−
1
View file @
d7b8edb9
3.0.
5
3.0.
6
This diff is collapsed.
Click to expand it.
debian/changelog
+
6
−
0
View file @
d7b8edb9
grouprise (3.0.6-1) unstable; urgency=medium
* New upstream release
-- Lars Kruse <devel@sumpfralle.de> Fri, 11 Sep 2020 02:51:02 +0200
grouprise (3.0.5-1) unstable; urgency=medium
* New upstream release
...
...
This diff is collapsed.
Click to expand it.
grouprise/__init__.py
+
1
−
1
View file @
d7b8edb9
import
os
import
subprocess
__version__
=
'
3.0.
5
'
__version__
=
'
3.0.
6
'
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