Version bump v3.4.4
authorAlexander Vasarab <alexander@wylark.com>
Tue, 24 Sep 2024 14:54:31 +0000 (16:54 +0200)
committerAlexander Vasarab <alexander@wylark.com>
Tue, 24 Sep 2024 14:54:31 +0000 (16:54 +0200)
README.md
infoex-autowx.py

index c9fc57646876096a96c95a3c025cbcaa6a973195..99c1c7a41f57afb514d8bb850a5a3baa6c011369 100644 (file)
--- a/README.md
+++ b/README.md
@@ -334,6 +334,14 @@ windGustSpeedNum
 Version history
 ---------------
 
+- 3.4.4 (Sep 2024)
+
+  "Import" all unit variables from custom program
+
+- 3.4.3 (Sep 2024)
+
+  A few fixes for custom providers
+
 - 3.4.2 (Dec 2022)
 
   Fix mm/cm bug with Mesowest stations in American units mode.
index 86f0475fb9cb8e298605d595edb2414abbbfd23d..8cab0c35cfdd94144d6ed074260be0266c9d9ddb 100755 (executable)
@@ -43,7 +43,7 @@ import zeep
 import zeep.cache
 import zeep.transports
 
-__version__ = '3.4.3'
+__version__ = '3.4.4'
 
 LOG = logging.getLogger(__name__)
 LOG.setLevel(logging.NOTSET)