Skip to content

Commit

Permalink
version 0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
snowman2 committed Feb 17, 2022
1 parent e301e28 commit 99df81c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion docs/history.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
History
=======

Latest
0.10.1
-------
- DEP: pin rasterio>=1.1.1 (pull #471)
- BUG: Corrected bounds and transform args to float (pull #475)

0.10.0
-------
Expand Down
2 changes: 1 addition & 1 deletion rioxarray/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""rioxarray version"""
__version__ = "0.10.1.dev0"
__version__ = "0.10.1"

0 comments on commit 99df81c

Please sign in to comment.