Skip to content

Commit

Permalink
Prepare v233
Browse files Browse the repository at this point in the history
  • Loading branch information
keszybz committed Oct 17, 2016
1 parent 276f137 commit 0cae964
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -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,
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 0cae964

Please sign in to comment.