From af71622a1d2f1527e700c2ff654121055f63dbb9 Mon Sep 17 00:00:00 2001 From: David Cramer Date: Mon, 21 May 2012 01:03:20 -0700 Subject: [PATCH] 4.4.0 --- CHANGES | 7 +++++++ setup.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 7e3849e4fad520..ee91e6ffbf6386 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,10 @@ +Version 4.4.0 +------------- + +A new column was added to the ``Group`` model, ``resolved_at``. The column represents the date +at which the event was "first seen since resolution". The dashboard's "New Events" will now use +this date rather than the original first seen date on an event. + Version 4.3.0 ------------- diff --git a/setup.py b/setup.py index cc1e547c20582b..b58d941ca845c1 100755 --- a/setup.py +++ b/setup.py @@ -71,7 +71,7 @@ setup( name='sentry', - version='4.3.3', + version='4.4.0', author='David Cramer', author_email='dcramer@gmail.com', url='http://github.com/dcramer/sentry',