File tree Expand file tree Collapse file tree 2 files changed +31
-2
lines changed
Expand file tree Collapse file tree 2 files changed +31
-2
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,30 @@ to `semantic versioning`_.
1111.. _Keep a Changelog : http://keepachangelog.com/
1212.. _semantic versioning : http://semver.org/
1313
14+ `Release 0.7 `_ (2020-02-09)
15+ ---------------------------
16+
17+ **Significant changes: **
18+
19+ - Added :mod: `linux_utils.network ` module (simple network location awareness).
20+
21+ - Updated :func: `~linux_utils.fstab.parse_fstab() ` documentation to reflect
22+ difference between :attr: `~linux_utils.fstab.FileSystemEntry.device ` and
23+ :attr: `~linux_utils.fstab.FileSystemEntry.device_file `.
24+
25+ - Stop testing on Python 2.6, start testing on Python 3.7.
26+
27+ **Miscellaneous changes: **
28+
29+ - Improved the :func: `~linux_utils.coerce_context() ` documentation.
30+ - Improved formatting of :ref: `history ` section,
31+ removed duplication between readme and changelog.
32+ - Start using ``:man:`...` `` role in online documentation.
33+ - Switch to Python 3 in ``Makefile `` (local development).
34+ - Switch to console highlighting in readme.
35+
36+ .. _Release 0.7 : https://github.com/xolox/python-linux-utils/compare/0.6...0.7
37+
1438`Release 0.6 `_ (2018-07-03)
1539---------------------------
1640
Original file line number Diff line number Diff line change 44# Last Change: February 9, 2020
55# URL: https://linux-utils.readthedocs.io
66
7- """Linux system administration tools for Python."""
7+ """
8+ Linux system administration tools for Python.
9+
10+ The :mod:`linux_utils` module contains generic functions
11+ to be used by the other modules in the package.
12+ """
813
914# Standard library modules.
1015import numbers
2429 'coerce_size' ,
2530)
2631
27- __version__ = '0.6 '
32+ __version__ = '0.7 '
2833"""Semi-standard module versioning."""
2934
3035
You can’t perform that action at this time.
0 commit comments