Skip to content

Commit

Permalink
1.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
roehling committed Jun 30, 2016
1 parent d9f61b4 commit 331839d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Version 1.4.7
* Fix workspace overlay bug
* Reformat source code for better PEP8 compliance
* Warn about Eigen module being deprecated in favor of Eigen3

Version 1.4.6
* Fix parser bug with escaped characters

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,5 +4,5 @@
__author__ = "Timo Röhling <[email protected]>"
__copyright__ = "Copyright (c) 2013-2016 Fraunhofer FKIE"
__license__ = "BSD"
__version__ = "1.4.6"
__version__ = "1.4.7"
__all__ = ["cmake", "diagnostics", "linter", "environment", "main", "output", "ros", "util"]

0 comments on commit 331839d

Please sign in to comment.