From 7abc888350ee679c9b482d18b92e8747c16c0463 Mon Sep 17 00:00:00 2001 From: snowman2 Date: Wed, 9 Feb 2022 15:48:30 -0600 Subject: [PATCH] prepare for next release cycle --- docs/history.rst | 3 +++ rioxarray/_version.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/history.rst b/docs/history.rst index e94550cb..972956df 100644 --- a/docs/history.rst +++ b/docs/history.rst @@ -1,6 +1,9 @@ History ======= +Latest +------- + 0.10.0 ------- - DEP: Drop Python 3.7 support (issue #451) diff --git a/rioxarray/_version.py b/rioxarray/_version.py index 9e713d4c..5a93af98 100644 --- a/rioxarray/_version.py +++ b/rioxarray/_version.py @@ -1,2 +1,2 @@ """rioxarray version""" -__version__ = "0.10.0" +__version__ = "0.10.1.dev0"