Skip to content

Commit

Permalink
chore(release): 1.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
rickstaa committed Sep 13, 2021
1 parent 97ffe07 commit 4eb1684
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.

### [1.0.11](https://github.com/rickstaa/panda-gazebo/compare/v1.0.10...v1.0.11) (2021-09-13)

### [1.0.10](https://github.com/rickstaa/panda-gazebo/compare/v1.0.9...v1.0.10) (2021-09-13)

### [1.0.9](https://github.com/rickstaa/panda-gazebo/compare/v1.0.8...v1.0.9) (2021-09-13)
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": "1.0.10",
"version": "1.0.11",
"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,9 +67,9 @@
# built documents.
#
# The short X.Y version.
version = "1.0.10"
version = "1.0.11"
# The full version, including alpha/beta/rc tags.
release = "1.0.10"
release = "1.0.11"

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

0 comments on commit 4eb1684

Please sign in to comment.