Skip to content

Commit

Permalink
1.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
roehling committed Apr 16, 2016
1 parent f767a39 commit ef9f9b5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
Version 1.4.6
* Fix parser bug with escaped characters

Version 1.4.5
* Make -W1 the new default diagnostic level
* Implement policy checks on variables and conditions
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-2016 Fraunhofer FKIE"
__license__ = "BSD"
__version__ = "1.4.5"
__version__ = "1.4.6"
__all__ = ["cmake", "diagnostics", "linter", "environment", "main", "output", "ros", "util"]

0 comments on commit ef9f9b5

Please sign in to comment.