Skip to content

Commit

Permalink
Release 0.8: Bump Node.js version & reboot-remote-system fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
xolox committed Jun 23, 2019
1 parent 6491f31 commit 5f1dbb1
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,20 @@ to `semantic versioning`_.
.. _Keep a Changelog: http://keepachangelog.com/
.. _semantic versioning: http://semver.org/

`Release 0.8`_ (2019-06-23)
---------------------------

- debuntu-nodejs-installer: Bump Node.js version to 10.x. This was triggered by
the build failure at https://travis-ci.org/xolox/python-npm-accel/jobs/549226950
which caused me to wonder why I had never bothered to update this default. So
here it is :-).

- Bug fix for reboot-remote-system: Don't run ``lsblk`` on regular files.

- Bug fix for reboot-remote-system: Ignore usernames in config check.

.. _Release 0.8: https://github.com/xolox/python-debuntu-tools/compare/0.7...0.8

`Release 0.7`_ (2019-04-10)
---------------------------

Expand Down
4 changes: 2 additions & 2 deletions debuntu_tools/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Debian and Ubuntu system administration tools.
#
# Author: Peter Odding <peter@peterodding.com>
# Last Change: April 10, 2019
# Last Change: June 23, 2019
# URL: https://debuntu-tools.readthedocs.io

"""The top level :mod:`debuntu_tools` module."""
Expand All @@ -18,7 +18,7 @@
)

# Semi-standard module versioning.
__version__ = '0.7'
__version__ = '0.8'
"""The global version number of the `debuntu-tools` package (a string)."""

# Initialize a logger for this module.
Expand Down

0 comments on commit 5f1dbb1

Please sign in to comment.