Skip to content

Commit

Permalink
update changelog and version nb
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfidan committed Feb 29, 2024
1 parent cf3def1 commit fd30da6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions doc/source/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## v1.9.0

**Improvements**
- [modification to odim reader writer to flip coordinates instead of data](https://github.com/MeteoSwiss/pyart/commit/9d38c2664d470c200589686b7d96461e7e4b4727)

**Bug fixes**
- [coerce bool to int in cfradial writer](https://github.com/MeteoSwiss/pyart/commit/bb196e74d194e355159ecc983d564e5496a8750c)


## v1.8.9

**Improvements**
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@
CLASSIFIERS = list(filter(None, CLASSIFIERS.split('\n')))
PLATFORMS = ["Linux", "Mac OS-X", "Unix"]
MAJOR = 1
MINOR = 8
MICRO = 9
MINOR = 9
MICRO = 0
ISRELEASED = False
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
SCRIPTS = glob.glob('scripts/*')
Expand Down

0 comments on commit fd30da6

Please sign in to comment.