Skip to content

Commit

Permalink
chore(noetic): release 2.17.6 (#234)
Browse files Browse the repository at this point in the history
  • Loading branch information
rickstaa authored Mar 24, 2024
1 parent 2aeb759 commit a4050d4
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.5"
".": "2.17.6"
}
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.6](https://github.com/rickstaa/panda-gazebo/compare/v2.17.5...v2.17.6) (2024-03-24)


### Bug Fixes

* Update 'franka_ros' branch ([2aeb759](https://github.com/rickstaa/panda-gazebo/commit/2aeb759535c4c0643547f1a7c2174752a9dee112))

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


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.5",
"version": "2.17.6",
"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.5</version>
<version>2.17.6</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.5"
__version__ = "2.17.6"
__version_tuple__ = __version__.split(".")

0 comments on commit a4050d4

Please sign in to comment.