Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
grouprise
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Lix Luthor
grouprise
Commits
20e2f6f0
Commit
20e2f6f0
authored
4 years ago
by
Lars Kruse
Browse files
Options
Downloads
Patches
Plain Diff
Bump version: 3.0.10 -> 3.0.11
parent
c5c40130
Branches
Branches containing commit
Tags
v3.0.11
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 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
grouprise/__init__.py
+1
-1
1 addition, 1 deletion
grouprise/__init__.py
with
9 additions
and
3 deletions
.bumpversion.cfg
+
1
−
1
View file @
20e2f6f0
[bumpversion]
current_version
=
3.0.1
0
current_version
=
3.0.1
1
[bumpversion:file:VERSION]
...
...
This diff is collapsed.
Click to expand it.
VERSION
+
1
−
1
View file @
20e2f6f0
3.0.1
0
3.0.1
1
This diff is collapsed.
Click to expand it.
debian/changelog
+
6
−
0
View file @
20e2f6f0
grouprise (3.0.11-1) unstable; urgency=medium
* New upstream release
-- Lars Kruse <devel@sumpfralle.de> Wed, 02 Dec 2020 00:12:51 +0100
grouprise (3.0.10-1) unstable; urgency=medium
* New upstream release
...
...
This diff is collapsed.
Click to expand it.
grouprise/__init__.py
+
1
−
1
View file @
20e2f6f0
import
os
import
subprocess
__version__
=
'
3.0.1
0
'
__version__
=
'
3.0.1
1
'
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