Skip to content

Commit 52369cc

Browse files
committed
version 0.6.0 & update history
1 parent 5773df5 commit 52369cc

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docs/history.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
History
22
=======
33

4-
Latest
4+
0.6.0
55
------
66
- ENH: Add pad option to `rio.isel_window` (issue #381; pull #383)
7+
- BUG: Fix negative start in row or col window offsets in `rio.isel_window` (issue #381; pull #383)
78

89
0.5.0
910
------

rioxarray/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
"""rioxarray version"""
2-
__version__ = "0.6.0.dev0"
2+
__version__ = "0.6.0"

0 commit comments

Comments
 (0)