Skip to content

Commit

Permalink
Merge branch 'release/1.18.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
lueschem committed Apr 21, 2024
2 parents e0c92f5 + 9e9a45d commit 0387a6e
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/package-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
- distribution: ubuntu
distribution_release: "23.10"
repository_type: launchpad
- distribution: ubuntu
distribution_release: "24.04"
repository_type: launchpad
steps:
- name: Check out the source code
uses: actions/checkout@v4
Expand Down
8 changes: 8 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
edi (1.18.1) noble; urgency=medium

[ Matthias Luescher ]
* Suggest the installation of the containers-storage package.
* Added Ubuntu noble package build.

-- Matthias Lüscher (Launchpad) <m.luescher@datacomm.ch> Sun, 21 Apr 2024 21:14:55 +0200

edi (1.18.0) mantic; urgency=medium

[ Matthias Luescher ]
Expand Down
1 change: 1 addition & 0 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ Depends: ${misc:Depends},
Recommends: debian-archive-keyring,
mmdebstrap,
Suggests: buildah,
containers-storage,
distrobox,
dosfstools,
e2fsprogs,
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@
# built documents.
#
# The short X.Y version.
version = '1.18.0'
release = '1.18.0'
version = '1.18.1'
release = '1.18.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion edi/lib/versionhelpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

# The do_release script will update this version!
# During launchpad debuild neither the git version nor the package version is available.
edi_fallback_version = '1.18.0'
edi_fallback_version = '1.18.1'


def get_edi_version():
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
setup(
name='edi',

version='1.18.0',
version='1.18.1',

description='Embedded Development Infrastructure - edi',
long_description=long_description,
Expand Down

0 comments on commit 0387a6e

Please sign in to comment.