diff --git a/AUTHORS b/AUTHORS index 12df7f27..d8668fae 100644 --- a/AUTHORS +++ b/AUTHORS @@ -2,7 +2,6 @@ Lead Developers: * Christian Hammond * David Trowbridge - * Micah Dowty Contributors: @@ -15,6 +14,7 @@ Contributors: * Hussain Bohra * Jim Chen * Lee Loucks + * Micah Dowty * Onkar Shinde * Paolo Borelli * Simon Wu diff --git a/NEWS b/NEWS index fefa68d0..0025d900 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,9 @@ +version 0.6.19 final (11-June-2012): + * JavaScript: + * inlineEditor no longer bubbles keypress events up. This helps prevent + problems with global key handlers being greedy. + + version 0.6.18 final (5-June-2012): * djblets.siteconfig: * Settings form rows in the template now have IDs indicating the row diff --git a/djblets/__init__.py b/djblets/__init__.py index 717652b7..4e764dab 100644 --- a/djblets/__init__.py +++ b/djblets/__init__.py @@ -31,7 +31,7 @@ # # (Major, Minor, Micro, alpha/beta/rc/final, Release Number, Released) # -VERSION = (0, 6, 19, 'alpha', 0, False) +VERSION = (0, 6, 19, 'final', 0, True) def get_version_string():