From d163143356783b871d9b20d3647110da594d83f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Holger=20M=C3=BCller?= Date: Fri, 16 Sep 2022 08:15:16 +0200 Subject: [PATCH] Version bump --- CHANGELOG.md | 5 ++++- NanoVNASaver/About.py | 2 +- README.md | 7 +++++-- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 44bfb3c..e2b36f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,12 @@ Changelog ========= -0.5.3-pre +0.5.3 ----- + - Int casts due to python 3.10 extension interface changes + - Pycodestyle changes + 0.5.2 ----- diff --git a/NanoVNASaver/About.py b/NanoVNASaver/About.py index 2b97b9e..8a89207 100644 --- a/NanoVNASaver/About.py +++ b/NanoVNASaver/About.py @@ -17,7 +17,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -VERSION = "0.5.3-pre" +VERSION = "0.5.3" VERSION_URL = ( "https://raw.githubusercontent.com/" "NanoVNA-Saver/nanovna-saver/master/NanoVNASaver/About.py") diff --git a/README.md b/README.md index 4d68a2e..a5328fd 100644 --- a/README.md +++ b/README.md @@ -17,17 +17,20 @@ points, and generally display and analyze the resulting data. Latest Changes -------------- -### Changes in 0.5.2 +### Changes in 0.5.3 + - Python 3.10 compatability fixes - Fix crash on open in use serial device - Use a Defaults module for all settings - ignores old .ini settings - Refactoring and unifying Chart classes - No more automatic update checks (more privacy) - Corrected error handling in NanaVNA\_V2 code - - fixed crashing polar charts on python3.10 + - Fixed man float related crashes with Qt and + Python 3.10 - Using more integer divisions to get right type for QPainter points + - No more long lines in code (pycodestyle) ### Changes in 0.4.0