From e6b625ea88d439b54b4afee56cc81c4ebd7e55c4 Mon Sep 17 00:00:00 2001 From: Chris Lalancette Date: Wed, 20 Nov 2024 15:40:47 +0000 Subject: [PATCH] 7.7.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 1197b8aa3..e22790020 100644 --- a/rclpy/CHANGELOG.rst +++ b/rclpy/CHANGELOG.rst @@ -2,8 +2,8 @@ Changelog for package rclpy ^^^^^^^^^^^^^^^^^^^^^^^^^^^ -Forthcoming ------------ +7.7.0 (2024-11-20) +------------------ * Fix the race condition while calling rcl_shutdown (`#1353 `_) * Use @deprecated to mark deprecated APIs for type checkers. (`#1350 `_) * init (`#1358 `_) diff --git a/rclpy/package.xml b/rclpy/package.xml index 1263309d9..576bfe0da 100644 --- a/rclpy/package.xml +++ b/rclpy/package.xml @@ -2,7 +2,7 @@ rclpy - 7.6.0 + 7.7.0 Package containing the Python client. Shane Loretz