From a04ead454060a464ffe28fde1118e56a24985968 Mon Sep 17 00:00:00 2001 From: "Dr.-Ing. Amilcar do Carmo Lucas" Date: Sat, 28 Dec 2024 22:59:03 +0100 Subject: [PATCH] IMPROVEMENT: Bump version info --- ardupilot_methodic_configurator/__init__.py | 2 +- credits/CREDITS.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ardupilot_methodic_configurator/__init__.py b/ardupilot_methodic_configurator/__init__.py index 8b066542..a4c088b8 100644 --- a/ardupilot_methodic_configurator/__init__.py +++ b/ardupilot_methodic_configurator/__init__.py @@ -12,4 +12,4 @@ _ = load_translation() -__version__ = "1.0.2" +__version__ = "1.0.3" diff --git a/credits/CREDITS.md b/credits/CREDITS.md index 0291d597..059833de 100644 --- a/credits/CREDITS.md +++ b/credits/CREDITS.md @@ -69,7 +69,7 @@ Using these softwares allowed a small group of programmers to produce better cod Thanks to the users for testing and suggesting features and improvements. -The books helped shape this software +These books helped shape this software: - [Clean Code by Robert C. Martin](https://www.oreilly.com/library/view/clean-code/9780136083238/) - [Clean Architecture by Robert C. Martin](https://www.oreilly.com/library/view/clean-architecture/9780134494272/)