Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare 1.1.1 #274

Merged
merged 1 commit into from
Jun 30, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# OpenDR Toolkit Change Log

## Version 1.1
## Version 1.1.1
Released on June, 30th, 2022.

- Bug Fixes:
- Fix Efficient Panoptic Segmentation submodule commit ([#268](https://github.com/opendr-eu/opendr/pull/268)).
- Fix Face Recognition compilation error ([#267](https://github.com/opendr-eu/opendr/pull/267)).

## Version 1.1.0
Released on June, 14th, 2022.

- New Features:
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.1.0</version>
<version>1.1.1</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.1.0</version>
<version>1.1.1</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.1.0</version>
<version>1.1.1</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.1.0</version>
<version>1.1.1</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.1.0</version>
<version>1.1.1</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.1.0</version>
<version>1.1.1</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.1.0"
__version__ = "1.1.1"