From 418dac8fd48de1ba7b175898ebd3f0b9c4920fee Mon Sep 17 00:00:00 2001 From: nsubiron Date: Tue, 24 Oct 2017 17:09:31 +0200 Subject: [PATCH] Increase version --- CHANGELOG.md | 7 +++++++ Carla.uplugin | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3778f4b3c..e1eaa9d72 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## CARLA 0.5.4 + + * Added command-line parameter -carla-no-hud + * Remove override gamma from weather settings + * Fixed issue road map generation hangs cooking command + * Organise Python client and make sample script + ## CARLA 0.5.3 * Version increases just to keep in sync with CARLAUE4 Unreal Project diff --git a/Carla.uplugin b/Carla.uplugin index dc5321c0d..64edf740a 100644 --- a/Carla.uplugin +++ b/Carla.uplugin @@ -1,7 +1,7 @@ { "FileVersion": 3, "Version": 1, - "VersionName": "0.5.3", + "VersionName": "0.5.4", "FriendlyName": "CARLA", "Description": "", "Category": "Science",