Skip to content

Commit cf3def1

Browse files
committed
update changelog and version
1 parent c877486 commit cf3def1

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

doc/source/changelog.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
# Changelog
22

3-
## v1.8.8
3+
## v1.8.9
44

5-
**Bug fixes:**
5+
**Improvements**
6+
- [improvement in dealias_spectra to give priority to neg velocities](https://github.com/MeteoSwiss/pyart/commit/c94a3b72c8d0991e76b35e6f7b2c675401496500)
7+
- [updated output_to_geotiff.py to match ARM-DOE](https://github.com/MeteoSwiss/pyart/commit/dcf34c0fea5450860d2103c897d2babb4c454710)
8+
- [various improvemnets to odim reader/writer to make it consistent on read/write + unit test](https://github.com/MeteoSwiss/pyart/commit/7216227facd03eaf3d800cec6d8289988d450f0f)
69

710
## v1.8.8
811

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
PLATFORMS = ["Linux", "Mac OS-X", "Unix"]
7575
MAJOR = 1
7676
MINOR = 8
77-
MICRO = 8
77+
MICRO = 9
7878
ISRELEASED = False
7979
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
8080
SCRIPTS = glob.glob('scripts/*')

0 commit comments

Comments
 (0)