From 51481d6e7a35f5935624b868809bbe602950f90b Mon Sep 17 00:00:00 2001 From: Miepee Date: Fri, 5 Jul 2024 01:23:55 +0200 Subject: [PATCH] Release 2.7.6 --- CHANGELOG.md | 5 +++++ YAMS-LIB/YAMS-LIB.csproj | 2 +- pyproject.toml | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2476dd2..bf15f42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,11 @@ All notable changes to this project will be documented in this file. This format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project (tries to) adhere to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) +## [2.7.6] - 2024-07-05 + +### Fixed +- Tower rooms are now have their correct lighting status. + ## [2.7.5] - 2024-07-01 ### Fixed diff --git a/YAMS-LIB/YAMS-LIB.csproj b/YAMS-LIB/YAMS-LIB.csproj index c98d764..c52d558 100644 --- a/YAMS-LIB/YAMS-LIB.csproj +++ b/YAMS-LIB/YAMS-LIB.csproj @@ -1,7 +1,7 @@ - 2.7.5 + 2.7.6 net6.0 enable enable diff --git a/pyproject.toml b/pyproject.toml index 9dd1908..4b3af9a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "am2r_yams" -version = "2.7.5" +version = "2.7.6" authors = [ {name = "Miepee"}, ]