Skip to content

Commit

Permalink
1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
roehling committed Mar 8, 2014
1 parent 261a3ac commit 57f7341
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
Version 1.3.3

* Bugfix for incorrect file install destination
* Check if packages in find_package() need to be REQUIRED
* Check that command names are lower-case as recommended
* Minor code cleanup

Version 1.3.2

* Additional coding style checks
Expand Down
2 changes: 1 addition & 1 deletion src/catkin_lint/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
__author__ = "Timo Röhling <timo.roehling@fkie.fraunhofer.de>"
__copyright__ = "Copyright (c) 2013,2014 Fraunhofer FKIE"
__license__ = "BSD"
__version__ = "1.3.2"
__version__ = "1.3.3"
__all__ = [ "cmake", "diagnostics", "linter", "main", "output", "util" ]

0 comments on commit 57f7341

Please sign in to comment.