Skip to content

Commit

Permalink
New version 0.12.0+u1804.
Browse files Browse the repository at this point in the history
  • Loading branch information
lueschem committed Sep 14, 2018
1 parent 37fc764 commit b729bba
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 4 deletions.
15 changes: 15 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -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) <m.luescher@datacomm.ch> 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.
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 = '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.
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 = '0.11.9+u1804'
edi_fallback_version = '0.12.0+u1804'


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 @@ -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,
Expand Down

0 comments on commit b729bba

Please sign in to comment.