Skip to content

Commit 0cae964

Browse files
committed
Prepare v233
1 parent 276f137 commit 0cae964

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

NEWS

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
Python wrappers for libsystemd API
22

3+
CHANGES WITH 233:
4+
5+
* Tests are fixed and should pass on various old and new
6+
systems alike.
7+
8+
* journal.stream() can be used without arguments and defaults
9+
to LOG_LEVEL.
10+
11+
Contributions from Robert James Hernandez,
12+
Zbigniew Jędrzejewski-Szmek
13+
14+
315
CHANGES WITH 232:
416

517
* Wrappers for sd_journal_enumerate_unique, has_runtime_files,

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def lib(*names, **kw):
4040
+ '\n'.join(results) + '\n')
4141
sys.exit(status)
4242

43-
version = '232'
43+
version = '233'
4444
defines = {'define_macros':[('PACKAGE_VERSION', '"{}"'.format(version))]}
4545

4646
_journal = Extension('systemd/_journal',

0 commit comments

Comments
 (0)