Skip to content

Commit 6eab93e

Browse files
committed
Release 0.17: Add with-gui-environment program (generalization of notify-send-headless)
1 parent 45c3224 commit 6eab93e

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff 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

proc/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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
"""
@@ -13,4 +13,4 @@
1313
"""
1414

1515
# Semi-standard module versioning.
16-
__version__ = '0.16'
16+
__version__ = '0.17'

0 commit comments

Comments
 (0)