From c35d0543af30782fcd273f523de2717e29fe1ab1 Mon Sep 17 00:00:00 2001 From: Michael Warkentin Date: Tue, 19 Mar 2019 13:20:04 -0400 Subject: [PATCH] Prep 0.16.0 for release --- HISTORY.rst | 6 ++++++ watchman/__init__.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index 6f36beb..4e1ca12 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -4,6 +4,12 @@ History ======= +0.16.0 (2019-03-19) +------------------- + +* [`#131 `_] Make watchman constants importable (@jonespm) +* [`#134 `_] Update Django/Python versions & clean up sample site Docker (@JayH5) + 0.15.0 (2018-02-27) ------------------- diff --git a/watchman/__init__.py b/watchman/__init__.py index a842d05..8911e95 100644 --- a/watchman/__init__.py +++ b/watchman/__init__.py @@ -1 +1 @@ -__version__ = '0.15.0' +__version__ = '0.16.0'