Skip to content

Commit

Permalink
Merge branch 'noetic-devel' of github.com:rickstaa/panda-gazebo into …
Browse files Browse the repository at this point in the history
…noetic-devel
  • Loading branch information
rickstaa committed Oct 21, 2021
2 parents 11bd244 + fc123ea commit dfdc39a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "panda-gazebo",
"version": "2.0.16",
"version": "2.0.17",
"description": "Gazebo panda simulation created for the Panda environment that is found in the 'openai_ros' ROS package.",
"keywords": [
"reinforcement-learning",
Expand Down Expand Up @@ -50,7 +50,7 @@
"@commitlint/config-conventional": "13.2.0",
"commitizen": "4.2.4",
"cz-conventional-changelog": "3.3.0",
"husky": "7.0.2",
"husky": "7.0.4",
"lint-staged": "11.2.3",
"remark-cli": "10.0.0",
"remark-lint": "9.1.0",
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.0.16</version>
<version>2.0.17</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.0.16"
version = "2.0.17"
__version__ = version
# format:
# ('mlc_major', 'mlc_minor', 'mlc_patch')

0 comments on commit dfdc39a

Please sign in to comment.