We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5c37fa commit d0f6f2cCopy full SHA for d0f6f2c
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 1.73.1 – 2025-04-10
4
+
5
+- Write latitude and longitude as vector if they are not stationary
6
7
## 1.73.0 – 2025-04-07
8
9
- Add bowtie2nc for processing RV Meteor radar data (#115)
cloudnetpy/version.py
@@ -1,4 +1,4 @@
MAJOR = 1
MINOR = 73
-PATCH = 0
+PATCH = 1
__version__ = f"{MAJOR}.{MINOR}.{PATCH}"
0 commit comments