From 6de8e2fcb704c9b765472128a4ee9c29cd84ed7f Mon Sep 17 00:00:00 2001 From: Chris Lalancette Date: Thu, 3 Oct 2024 16:01:53 +0000 Subject: [PATCH] 7.6.0 --- rclpy/CHANGELOG.rst | 4 ++-- rclpy/package.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/rclpy/CHANGELOG.rst b/rclpy/CHANGELOG.rst index 8846e3240..fa0ce86f1 100644 --- a/rclpy/CHANGELOG.rst +++ b/rclpy/CHANGELOG.rst @@ -2,8 +2,8 @@ Changelog for package rclpy ^^^^^^^^^^^^^^^^^^^^^^^^^^^ -Forthcoming ------------ +7.6.0 (2024-10-03) +------------------ * TestClient.test_service_timestamps failing consistently. (`#1364 `_) * Revert "Add types to Action Server and Action Client (`#1349 `_)" (`#1359 `_) * Revert "Executors types (`#1345 `_)" (`#1360 `_) diff --git a/rclpy/package.xml b/rclpy/package.xml index aad3a2431..356fe848c 100644 --- a/rclpy/package.xml +++ b/rclpy/package.xml @@ -2,7 +2,7 @@ rclpy - 7.5.0 + 7.6.0 Package containing the Python client. Shane Loretz