Skip to content

Commit

Permalink
chore(release): 2.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rickstaa committed Nov 26, 2021
1 parent 4f9ac47 commit 6c11ff5
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.2.3](https://github.com/rickstaa/panda-gazebo/compare/v2.2.2...v2.2.3) (2021-11-26)

### [2.2.2](https://github.com/rickstaa/panda-gazebo/compare/v2.2.1...v2.2.2) (2021-11-26)


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.2.2",
"version": "2.2.3",
"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.2.2"
version = "2.2.3"

# The full version, including alpha/beta/rc tags.
release = "2.2.2"
release = "2.2.3"

# 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.2.2</version>
<version>2.2.3</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.2.2"
version = "2.2.3"
__version__ = version
# format:
# ('mlc_major', 'mlc_minor', 'mlc_patch')

0 comments on commit 6c11ff5

Please sign in to comment.