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