From 78eaaae58778b5cacdac97f8819eb5a6fbe051e9 Mon Sep 17 00:00:00 2001 From: alexv Date: Thu, 2 Jun 2016 19:37:41 +0900 Subject: [PATCH] preparing v0.1.4 --- CHANGELOG.rst | 8 ++++++++ package.xml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 245b6b9..1ad405c 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,14 @@ Changelog for package catkin_pip ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +0.1.4 (2016-06-02) +------------------ +* adding pytest as a test runner. + now using our nose in nosetests (instead of sytem one) + small fixes. +* now travis building on jade as well +* Contributors: AlexV, alexv + 0.1.3 (2016-06-01) ------------------ * renaming catkin_pure_python to catkin_pip for clarity diff --git a/package.xml b/package.xml index a0c9e41..343c166 100644 --- a/package.xml +++ b/package.xml @@ -1,7 +1,7 @@ catkin_pip - 0.1.3 + 0.1.4 Catkin macros to allow using pure python packages in usual catkin workspaces with normal python workflow.