File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed
Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,13 @@ to `semantic versioning`_.
1111.. _Keep a Changelog : http://keepachangelog.com/
1212.. _semantic versioning : http://semver.org/
1313
14+ `Release 0.17 `_ (2018-06-27)
15+ ----------------------------
16+
17+ Added ``with-gui-environment `` program (a generalization of ``notify-send-headless ``).
18+
19+ .. _Release 0.17 : https://github.com/xolox/python-proc/compare/0.16...0.17
20+
1421`Release 0.16 `_ (2018-06-21)
1522----------------------------
1623
Original file line number Diff line number Diff line change 11# proc: Simple interface to Linux process information.
22#
33# Author: Peter Odding <peter@peterodding.com>
4- # Last Change: June 21 , 2018
4+ # Last Change: June 27 , 2018
55# URL: https://proc.readthedocs.io
66
77"""
1313"""
1414
1515# Semi-standard module versioning.
16- __version__ = '0.16 '
16+ __version__ = '0.17 '
You can’t perform that action at this time.
0 commit comments