From 51c828bd3363fdbe1fb21af7a6c02627b82c760d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20R=C3=B6hling?= Date: Wed, 19 Mar 2014 10:07:21 +0100 Subject: [PATCH] 1.3.4 --- changelog.txt | 6 ++++++ src/catkin_lint/__init__.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/changelog.txt b/changelog.txt index d0c876f..f3e7ab1 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,9 @@ +Version 1.3.4 + + * Downgrade upper-case command warning to notice + * Fix message about missing build includes + * Warn about ambiguous include paths + Version 1.3.3 * Bugfix for incorrect file install destination diff --git a/src/catkin_lint/__init__.py b/src/catkin_lint/__init__.py index 3f4605d..56037ae 100644 --- a/src/catkin_lint/__init__.py +++ b/src/catkin_lint/__init__.py @@ -4,6 +4,6 @@ __author__ = "Timo Röhling " __copyright__ = "Copyright (c) 2013,2014 Fraunhofer FKIE" __license__ = "BSD" -__version__ = "1.3.3" +__version__ = "1.3.4" __all__ = [ "cmake", "diagnostics", "linter", "main", "output", "util" ]