Skip to content

Commit

Permalink
release: v0.1.3
Browse files Browse the repository at this point in the history
CHANGELOG:
- perf(caps): use binary search to implement Cap.probe_supported()
- refactor(caps): check for unknown capabilities supported by the kernel
- meta: remove 'tests' directory from distribution
- meta: lower requirement to Python 3.6 (contributed by @martijnthe)
- refactor: tell ctypes about syscall argument types properly
- refactor(misc): use os.fsencode()/os.fsdecode() for process names
- docs: tweak note about python-prctl's behavior
- test: add more tests
  • Loading branch information
cptpcrd committed Oct 26, 2021
1 parent 7b2805a commit 578ed3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyprctl/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,4 +101,4 @@
"_sys_exit",
)

__version__ = "0.1.2"
__version__ = "0.1.3"

0 comments on commit 578ed3e

Please sign in to comment.