Skip to content

Commit

Permalink
chore(release): 2.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rickstaa committed Dec 16, 2021
1 parent a0f2b7d commit 907d176
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

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.4.2](https://github.com/rickstaa/panda-gazebo/compare/v2.4.1...v2.4.2) (2021-12-16)

### [2.4.1](https://github.com/rickstaa/panda-gazebo/compare/v2.4.0...v2.4.1) (2021-12-14)

## [2.4.0](https://github.com/rickstaa/panda-gazebo/compare/v2.3.13...v2.4.0) (2021-12-14)
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.4.1",
"version": "2.4.2",
"description": "Gazebo panda simulation created for the Panda environment that is found in the 'openai_ros' ROS package.",
"keywords": [
"reinforcement-learning",
Expand Down
4 changes: 2 additions & 2 deletions panda_gazebo/docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,10 @@
# built documents.
#
# The short X.Y version.
version = "2.4.1"
version = "2.4.2"

# The full version, including alpha/beta/rc tags.
release = "2.4.1"
release = "2.4.2"

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
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.4.1</version>
<version>2.4.2</version>
<description>A package that allows you to train several ROS based robots using Gazebo.</description>


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,6 +1,6 @@
# coding: utf-8
"""The panda-gazebo version."""
version = "2.4.1"
version = "2.4.2"
__version__ = version
# format:
# ('mlc_major', 'mlc_minor', 'mlc_patch')

0 comments on commit 907d176

Please sign in to comment.