diff --git a/docs/history.rst b/docs/history.rst index 1fb4f86..fb4dd2f 100644 --- a/docs/history.rst +++ b/docs/history.rst @@ -1,9 +1,10 @@ History ======= -Latest +0.3.0 ------- -- BUG: Handle input CRS without EPSG +- BUG: Handle input CRS without EPSG (pull #105) +- TYPE: Added type hints (pull #101) 0.2.0 ------- diff --git a/geocube/_version.py b/geocube/_version.py index f0d5c2f..c9d55c1 100644 --- a/geocube/_version.py +++ b/geocube/_version.py @@ -1,2 +1,2 @@ """GeoCube Version""" -__version__ = "0.2.1.dev0" +__version__ = "0.3.0"