Skip to content

Commit

Permalink
0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Yadunund committed Apr 28, 2023
1 parent b2b2d88 commit 008a836
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package rpyutils
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.4.0 (2023-04-28)
------------------

0.3.2 (2023-02-13)
------------------
* [rolling] Update maintainers - 2022-11-07 (`#10 <https://github.com/ros2/rpyutils/issues/10>`_)
Expand Down
2 changes: 1 addition & 1 deletion package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="2">
<name>rpyutils</name>
<version>0.3.2</version>
<version>0.4.0</version>
<description>Package containing various utility types and functions for Python</description>

<maintainer email="[email protected]">Dharini Dutia</maintainer>
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name=package_name,
version='0.3.2',
version='0.4.0',
packages=find_packages(exclude=['test']),
data_files=[
('share/' + package_name, ['package.xml']),
Expand Down

0 comments on commit 008a836

Please sign in to comment.