From 9a9ce7bfa1cc22c77e7ba36713af1ff3bd768392 Mon Sep 17 00:00:00 2001 From: nsubiron Date: Thu, 5 Apr 2018 12:39:57 +0200 Subject: [PATCH] Increase version and update changelog --- CHANGELOG.md | 7 +++++++ PythonClient/setup.py | 2 +- Unreal/CarlaUE4/Config/DefaultGame.ini | 2 +- Unreal/CarlaUE4/Plugins/Carla/Carla.uplugin | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c5549e59..60262c7f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## CARLA 0.8.1 + + * New Python example for visualizing the player start positions + * Fixed box extent of non-player agents was sent in centimeters instead of meters + * Fixed speed limits were sent in km/h instead of m/s + * Fixed issue in Volkswagen T2 wheels causing it to overturn + ## CARLA 0.8.0 * Upgraded to Unreal Engine 4.18 diff --git a/PythonClient/setup.py b/PythonClient/setup.py index 76cdfd3dd..0459248c3 100644 --- a/PythonClient/setup.py +++ b/PythonClient/setup.py @@ -4,7 +4,7 @@ from setuptools import setup setup( name='carla_client', - version='0.8.0', + version='0.8.1', packages=['carla', 'carla.benchmarks', 'carla.planner'], license='MIT License', description='Python API for communicating with the CARLA server.', diff --git a/Unreal/CarlaUE4/Config/DefaultGame.ini b/Unreal/CarlaUE4/Config/DefaultGame.ini index d909129d4..ed91eff63 100644 --- a/Unreal/CarlaUE4/Config/DefaultGame.ini +++ b/Unreal/CarlaUE4/Config/DefaultGame.ini @@ -3,7 +3,7 @@ ProjectID=675BF8694238308FA9368292CC440350 ProjectName=CARLA UE4 CompanyName=CVC CopyrightNotice="Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma de Barcelona (UAB). This work is licensed under the terms of the MIT license. For a copy, see ." -ProjectVersion=0.8.0 +ProjectVersion=0.8.1 [/Script/UnrealEd.ProjectPackagingSettings] BuildConfiguration=PPBC_Development diff --git a/Unreal/CarlaUE4/Plugins/Carla/Carla.uplugin b/Unreal/CarlaUE4/Plugins/Carla/Carla.uplugin index 23ae4fbc4..d3d9852cb 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Carla.uplugin +++ b/Unreal/CarlaUE4/Plugins/Carla/Carla.uplugin @@ -1,7 +1,7 @@ { "FileVersion": 3, "Version": 1, - "VersionName": "0.8.0", + "VersionName": "0.8.1", "FriendlyName": "CARLA", "Description": "Open-source simulator for autonomous driving research.", "Category": "Science",