Skip to content

Commit

Permalink
changelog: Bump elbe version to 14.9.1
Browse files Browse the repository at this point in the history
Generate the changelog via gbp.

Signed-off-by: Volker Haspel <[email protected]>
Reviewed-by: Kurt Kanzenbach <[email protected]>
  • Loading branch information
Volker Haspel committed Sep 6, 2023
1 parent fdc2e86 commit 986d4a2
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
elbe (14.9.1) unstable; urgency=medium

* elbepack: commands: fetch_initvm_pkgs.py: retries for package-fetching added

-- Volker Haspel <[email protected]> Wed, 06 Sep 2023 14:20:03 +0200

elbe (14.9) unstable; urgency=medium

* Team upload
Expand Down
2 changes: 1 addition & 1 deletion elbe.spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}

Name: elbe
Version: 14.9
Version: 14.9.1
Release: 1
Summary: Elbe (Embedded Linux Build Environment)

Expand Down
2 changes: 1 addition & 1 deletion elbepack/tests/test_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
class TestElbepackVersion(unittest.TestCase):

# This is a read-only state that is the same for every tests
expected_version = "14.9"
expected_version = "14.9.1"

def setUp(self):
# This is a mutable state that is different for every tests
Expand Down
2 changes: 1 addition & 1 deletion elbepack/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

from elbepack.directories import pack_dir

elbe_version = "14.9"
elbe_version = "14.9.1"

elbe_initvm_packagelist = ['python3-elbe-buildenv',
'python3-elbe-soap',
Expand Down

0 comments on commit 986d4a2

Please sign in to comment.