Skip to content

Commit d0f6f2c

Browse files
committed
Release version 1.73.1
1 parent a5c37fa commit d0f6f2c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 1.73.1 – 2025-04-10
4+
5+
- Write latitude and longitude as vector if they are not stationary
6+
37
## 1.73.0 – 2025-04-07
48

59
- Add bowtie2nc for processing RV Meteor radar data (#115)

cloudnetpy/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
MAJOR = 1
22
MINOR = 73
3-
PATCH = 0
3+
PATCH = 1
44
__version__ = f"{MAJOR}.{MINOR}.{PATCH}"

0 commit comments

Comments
 (0)