From afd20e970d547c926816c7025e4c9689bad643ae Mon Sep 17 00:00:00 2001 From: Peter Pfeufer Date: Thu, 13 Apr 2023 22:55:10 +0200 Subject: [PATCH] [Version bumped to] v1.17.1 --- CHANGELOG.md | 7 +++++++ aasrp/__init__.py | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f36f4a1..b0cd6bcd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,13 @@ and this project adheres to [Semantic Versioning] ## [In Development] - Unreleased +## [1.17.1] - 2023-04-13 + +### Changed + +- German translation updated + + ## [1.17.0] - 2023-03-06 ### Added diff --git a/aasrp/__init__.py b/aasrp/__init__.py index d7f2b81a..0f962358 100644 --- a/aasrp/__init__.py +++ b/aasrp/__init__.py @@ -1,6 +1,6 @@ """ -A couple of variable to use throughout the app +A couple of variables to use throughout the app """ -__version__ = "1.17.0" +__version__ = "1.17.1" __title__ = "Ship Replacement"