From 0cae964314226d2d3e9a0a72d9d250cfb0217609 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Mon, 17 Oct 2016 04:15:26 -0400 Subject: Prepare v233 --- NEWS | 12 ++++++++++++ setup.py | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 318628d..e5534eb 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,17 @@ Python wrappers for libsystemd API +CHANGES WITH 233: + + * Tests are fixed and should pass on various old and new + systems alike. + + * journal.stream() can be used without arguments and defaults + to LOG_LEVEL. + + Contributions from Robert James Hernandez, + Zbigniew Jędrzejewski-Szmek + + CHANGES WITH 232: * Wrappers for sd_journal_enumerate_unique, has_runtime_files, diff --git a/setup.py b/setup.py index 7fe2f7c..9b9bf5d 100644 --- a/setup.py +++ b/setup.py @@ -40,7 +40,7 @@ def lib(*names, **kw): + '\n'.join(results) + '\n') sys.exit(status) -version = '232' +version = '233' defines = {'define_macros':[('PACKAGE_VERSION', '"{}"'.format(version))]} _journal = Extension('systemd/_journal', -- cgit v1.2.1