Skip to content

Commit

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

2.2.4
-----

- Fix atexit registration which was never done
- Using standard mock library for tests if available


2.2.3
-----

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.3"
__version__ = "2.2.4"

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

0 comments on commit 240d6e8

Please sign in to comment.