From b729bbad9b5c4c85e7a5c50658f031bf85f78cad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20L=C3=BCscher?= Date: Fri, 14 Sep 2018 10:51:46 +0200 Subject: [PATCH] New version 0.12.0+u1804. --- debian/changelog | 15 +++++++++++++++ docs/conf.py | 4 ++-- edi/lib/versionhelpers.py | 2 +- setup.py | 2 +- 4 files changed, 19 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index ed40887..1400276 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,18 @@ +edi (0.12.0+u1804) bionic; urgency=medium + + [ Matthias Lüscher ] + * Switched links to https. + * Search binaries in additional paths not always visible on Debian. + * Fixed lxc/lxd usage for Debian/snap. + * Added two additional configuration templates. + * Removed lxd build dependency since it might be provided as a snap package. + * Make sure that Ansible on Debian finds the lxc (snap) executable. + * Fixed gsettings value retrieval on Debian. + * Fixed retrieval of home directory on Debian. + * Added possibility to release on Debian. + + -- Matthias Lüscher (Launchpad) Fri, 14 Sep 2018 10:48:14 +0200 + edi (0.11.9+u1804) bionic; urgency=medium * Downgraded lxd to Recommends so that it can get installed as a snap. Closes #11. diff --git a/docs/conf.py b/docs/conf.py index cb6bb1c..c7298f7 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -55,8 +55,8 @@ # built documents. # # The short X.Y version. -version = '0.11.9+u1804' -release = '0.11.9+u1804' +version = '0.12.0+u1804' +release = '0.12.0+u1804' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/edi/lib/versionhelpers.py b/edi/lib/versionhelpers.py index 2e5bc5c..d0d3502 100644 --- a/edi/lib/versionhelpers.py +++ b/edi/lib/versionhelpers.py @@ -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 = '0.11.9+u1804' +edi_fallback_version = '0.12.0+u1804' def get_edi_version(): diff --git a/setup.py b/setup.py index 95a7d48..103dd59 100644 --- a/setup.py +++ b/setup.py @@ -44,7 +44,7 @@ def get_install_requires(): setup( name='edi', - version='0.11.9+u1804', + version='0.12.0+u1804', description='Embedded Development Infrastructure - edi', long_description=long_description,