Skip to content

Commit

Permalink
Increase version and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
nsubiron committed Apr 5, 2018
1 parent 014f22b commit 9a9ce7b
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion PythonClient/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

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.',
Expand Down
2 changes: 1 addition & 1 deletion Unreal/CarlaUE4/Config/DefaultGame.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://opensource.org/licenses/MIT>."
ProjectVersion=0.8.0
ProjectVersion=0.8.1

[/Script/UnrealEd.ProjectPackagingSettings]
BuildConfiguration=PPBC_Development
Expand Down
2 changes: 1 addition & 1 deletion Unreal/CarlaUE4/Plugins/Carla/Carla.uplugin
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 9a9ce7b

Please sign in to comment.