Skip to content

Commit

Permalink
1.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
roehling committed Mar 19, 2014
1 parent f1dd867 commit 51c828b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -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
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 <[email protected]>"
__copyright__ = "Copyright (c) 2013,2014 Fraunhofer FKIE"
__license__ = "BSD"
__version__ = "1.3.3"
__version__ = "1.3.4"
__all__ = [ "cmake", "diagnostics", "linter", "main", "output", "util" ]

0 comments on commit 51c828b

Please sign in to comment.