diff --git a/AUTHORS.rst b/AUTHORS.rst index 7d080dc..4641892 100644 --- a/AUTHORS.rst +++ b/AUTHORS.rst @@ -19,3 +19,4 @@ Contributors * Justin Sacbibit - https://github.com/justinsacbibit * Ulrich Petri - https://github.com/ulope * Tim Tisdall - https://github.com/tisdall +* Eduardo Cardoso - https://github.com/eduardocardoso diff --git a/HISTORY.rst b/HISTORY.rst index 4b4c232..6040026 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -4,6 +4,11 @@ History ======= +0.12.0 (2017-02-22) +------------------- + +* [`#100 `_] Add ``WATCHMAN_EMAIL_SENDER`` setting to customize email check "from" address + 0.11.1 (2017-02-14) ------------------- diff --git a/watchman/__init__.py b/watchman/__init__.py index ae4865c..2c7bffb 100644 --- a/watchman/__init__.py +++ b/watchman/__init__.py @@ -1 +1 @@ -__version__ = '0.11.1' +__version__ = '0.12.0'