Skip to content

Commit

Permalink
2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mintar committed Apr 26, 2024
1 parent c0fe6d4 commit c14031e
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions rclpy_message_converter/CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Change Log
==========

Forthcoming
-----------
2.0.2 (2024-04-26)
------------------
* tests: Adapt to renamed exception message
* Move repo to DFKI-NI
* Modifies the use of slots for get_fields_and_field_types method (`#64 <https://github.com/DFKI-NI/rospy_message_converter/issues/64>`_)
Expand Down
2 changes: 1 addition & 1 deletion rclpy_message_converter/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="3">
<name>rclpy_message_converter</name>
<version>2.0.1</version>
<version>2.0.2</version>
<description>Converts between Python dictionaries and JSON to rclpy messages.</description>
<maintainer email="[email protected]">Martin Günther</maintainer>
<license>Apache License 2.0</license>
Expand Down
2 changes: 1 addition & 1 deletion rclpy_message_converter/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name=package_name,
version='2.0.1',
version='2.0.2',
packages=[package_name],
data_files=[
('share/ament_index/resource_index/packages', ['resource/' + package_name]),
Expand Down
4 changes: 2 additions & 2 deletions rclpy_message_converter_msgs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package rclpy_message_converter_msgs
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
2.0.2 (2024-04-26)
------------------
* Move repo to DFKI-NI
* Contributors: Martin Günther

Expand Down
2 changes: 1 addition & 1 deletion rclpy_message_converter_msgs/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="3">
<name>rclpy_message_converter_msgs</name>
<version>2.0.1</version>
<version>2.0.2</version>
<description>Messages for rclpy_message_converter</description>
<maintainer email="[email protected]">Martin Günther</maintainer>
<license>Apache License 2.0</license>
Expand Down

0 comments on commit c14031e

Please sign in to comment.