Skip to content

Commit

Permalink
v2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
trbs committed Feb 7, 2019
1 parent d1d70ec commit 68bf722
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Changelog
=========

2.2.2
-----

- PR #21 improve test for container style environment like
FreeBSD jails / docker containers / etc which do not expose or allow
`os.kill` for the test pids.


2.2.1
-----

Expand Down
2 changes: 1 addition & 1 deletion pid/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import tempfile


__version__ = "2.2.1"
__version__ = "2.2.2"

DEFAULT_PID_DIR = "/var/run/"
PID_CHECK_EMPTY = "PID_CHECK_EMPTY"
Expand Down

0 comments on commit 68bf722

Please sign in to comment.