Skip to content

Commit

Permalink
chore(noetic): release 2.15.4 (#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
rickstaa authored Oct 12, 2023
1 parent 80eba1f commit ed8ad6e
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.15.3"
".": "2.15.4"
}
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.15.4](https://github.com/rickstaa/panda-gazebo/compare/v2.15.3...v2.15.4) (2023-10-04)


### Documentation

* apply small doc syntax improvement ([70a22fa](https://github.com/rickstaa/panda-gazebo/commit/70a22fa4e1bc96a84c9f664c4031d18b5a8f5d01))

## [2.15.3](https://github.com/rickstaa/panda-gazebo/compare/v2.15.2...v2.15.3) (2023-08-31)


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

0 comments on commit ed8ad6e

Please sign in to comment.