From b99daa647f8d7e98be812029e30210dc850e9e57 Mon Sep 17 00:00:00 2001 From: Christian Hammond Date: Wed, 3 Sep 2014 15:38:40 -0700 Subject: [PATCH] [rbnotefield] Release version 1.0.1. This version fixes issues with rendering change descriptions for the note field on versions of Review Board prior to 2.0.7. --- rbnotefield/rbnotefield/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rbnotefield/rbnotefield/__init__.py b/rbnotefield/rbnotefield/__init__.py index 4ef473b..f9c7887 100644 --- a/rbnotefield/rbnotefield/__init__.py +++ b/rbnotefield/rbnotefield/__init__.py @@ -7,7 +7,7 @@ # # (Major, Minor, Micro, Patch, alpha/beta/rc/final, Release Number, Released) # -VERSION = (1, 0, 0, 0, 'final', 0, True) +VERSION = (1, 0, 1, 0, 'final', 0, True) def get_version_string():