diff --git a/changelog.txt b/changelog.txt index 8bf0dee..af85604 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,9 @@ +Version 1.6.5 + * Remove unneeded "rosunit" dependency suggestion + * Add support for installation with private modules + * Add new option --skip-path to exclude paths + * More PEP8 style fixes in the source code + Version 1.6.4 * Scan launch files for package dependencies * New JSON output format diff --git a/src/catkin_lint/__init__.py b/src/catkin_lint/__init__.py index a06f4fb..dd6f52f 100644 --- a/src/catkin_lint/__init__.py +++ b/src/catkin_lint/__init__.py @@ -31,5 +31,5 @@ __author__ = "Timo Röhling " __copyright__ = "Copyright (c) 2013-2016 Fraunhofer FKIE" __license__ = "BSD" -__version__ = "1.6.4" +__version__ = "1.6.5" __all__ = ["cmake", "diagnostics", "linter", "environment", "main", "output", "ros", "util"]