Skip to content

Commit

Permalink
chore(noetic): release 2.17.5
Browse files Browse the repository at this point in the history
  • Loading branch information
rickstaa committed Feb 5, 2024
1 parent 7584984 commit d9d9e05
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.17.4"
".": "2.17.5"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [2.17.5](https://github.com/rickstaa/panda-gazebo/compare/v2.17.4...v2.17.5) (2024-02-05)


### Documentation

* **SetGripperWidth:** improve 'grasping' description ([#225](https://github.com/rickstaa/panda-gazebo/issues/225)) ([7584984](https://github.com/rickstaa/panda-gazebo/commit/75849841f7c8d770487ae95e161a9edcec1c2543))

## [2.17.4](https://github.com/rickstaa/panda-gazebo/compare/v2.17.3...v2.17.4) (2024-02-04)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "panda-gazebo",
"version": "2.17.4",
"version": "2.17.5",
"description": "A package that contains all the ROS components needed for creating a Panda Emika Franka Gazebo simulation",
"keywords": [
"robotics",
Expand Down
2 changes: 1 addition & 1 deletion panda_gazebo/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>panda_gazebo</name>
<version>2.17.4</version>
<version>2.17.5</version>
<description>A package that allows you to train several ROS based robots using Gazebo.</description>

<!-- One maintainer tag required, multiple allowed, one person per tag -->
Expand Down
2 changes: 1 addition & 1 deletion panda_gazebo/src/panda_gazebo/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Stores the package version number so that it can be accessed from other modules."""
__version__ = "2.17.4"
__version__ = "2.17.5"
__version_tuple__ = __version__.split(".")

0 comments on commit d9d9e05

Please sign in to comment.