Skip to content

Commit

Permalink
Merge pull request #263 from opendr-eu/prepare-1.1.0
Browse files Browse the repository at this point in the history
Prepare 1.1.0
  • Loading branch information
ad-daniel authored Jun 14, 2022
2 parents 52c4d90 + 775d565 commit bca25f6
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# OpenDR Toolkit Change Log

## Version 1.X
Released on XX, XXth, 2022.
## Version 1.1
Released on June, 14th, 2022.

- New Features:
- Added end-to-end planning tool ([#223](https://github.com/opendr-eu/opendr/pull/223)).
Expand Down
2 changes: 1 addition & 1 deletion projects/opendr_ws/src/data_generation/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>data_generation</name>
<version>1.0.0</version>
<version>1.1.0</version>
<description>OpenDR's ROS nodes for data generation package</description>
<maintainer email="tefas@csd.auth.gr">OpenDR Project Coordinator</maintainer>
<license>Apache License v2.0 </license>
Expand Down
2 changes: 1 addition & 1 deletion projects/opendr_ws/src/perception/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>perception</name>
<version>1.0.0</version>
<version>1.1.0</version>
<description>OpenDR's ROS nodes for perception package</description>
<maintainer email="tefas@csd.auth.gr">OpenDR Project Coordinator</maintainer>
<license>Apache License v2.0 </license>
Expand Down
2 changes: 1 addition & 1 deletion projects/opendr_ws/src/ros_bridge/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>ros_bridge</name>
<version>1.0.0</version>
<version>1.1.0</version>
<description>OpenDR ros_bridge package. This package provides a way to translate ROS messages into OpenDR data types
and vice versa.
</description>
Expand Down
2 changes: 1 addition & 1 deletion projects/opendr_ws/src/simulation/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>simulation</name>
<version>1.0.0</version>
<version>1.1.0</version>
<description>OpenDR's ROS nodes for simulation package</description>
<maintainer email="tefas@csd.auth.gr">OpenDR Project Coordinator</maintainer>
<license>Apache License v2.0 </license>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>fmp_slam_eval</name>
<version>1.0.0</version>
<version>1.1.0</version>
<description>FMP SLAM Evaluation Package</description>

<maintainer email="jose.arce@students.uni-freiburg.de">Jose Arce</maintainer>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>map_simulator</name>
<version>1.0.0</version>
<version>1.1.0</version>
<description>The 2D Map Simulator package for generating datasets for testing and evaluating SLAM algorithms</description>

<maintainer email="jose.arce@students.uni-freiburg.de">Jose Arce</maintainer>
Expand Down
2 changes: 1 addition & 1 deletion src/opendr/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "1.0.0"
__version__ = "1.1.0"

0 comments on commit bca25f6

Please sign in to comment.