Skip to content

Commit

Permalink
chore(release): 2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rickstaa committed Nov 22, 2021
1 parent 35deaaa commit 85f6f92
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 5 deletions.
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.1.3](https://github.com/rickstaa/panda-gazebo/compare/v2.1.2...v2.1.3) (2021-11-22)


### Bug Fixes

* add 'AddBox' srv to CMakeList ([a46eaeb](https://github.com/rickstaa/panda-gazebo/commit/a46eaeb8559e6195f6769c5244354e405e12c092))

### [2.1.1](https://github.com/rickstaa/panda-gazebo/compare/v2.1.0...v2.1.1) (2021-11-18)


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.1.2",
"version": "2.1.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.1.1"
version = "2.1.3"

# The full version, including alpha/beta/rc tags.
release = "2.1.1"
release = "2.1.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.1.2</version>
<version>2.1.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.1.2"
version = "2.1.3"
__version__ = version
# format:
# ('mlc_major', 'mlc_minor', 'mlc_patch')

0 comments on commit 85f6f92

Please sign in to comment.