From d3332e5989fef7d1e1386d8ce8b793fe17a9d76c Mon Sep 17 00:00:00 2001 From: snowman2 Date: Tue, 10 Mar 2020 12:55:56 -0500 Subject: [PATCH] version 0.0.11 --- docs/history.rst | 7 ++----- geocube/_version.py | 2 +- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/docs/history.rst b/docs/history.rst index 11171ea..23270af 100644 --- a/docs/history.rst +++ b/docs/history.rst @@ -1,14 +1,11 @@ History ======= -0.0.12 ------- -- ENH: Update to support geopandas with pyproj.CRS (pull #18) -- BUG: Update timestamp handling to ensure correct format for dtype (pull #18) - 0.0.11 ------ - Drop Python 3.5 Support (issue #12) +- ENH: Update to support geopandas with pyproj.CRS (pull #18) +- BUG: Update timestamp handling to ensure correct format for dtype (pull #18) 0.0.10 ------ diff --git a/geocube/_version.py b/geocube/_version.py index 9e27c77..f6f67c1 100644 --- a/geocube/_version.py +++ b/geocube/_version.py @@ -1,2 +1,2 @@ # -*- coding: utf-8 -*- -__version__ = "0.0.10" +__version__ = "0.0.11"