From 049ef306918dbec8a5c2540da90b03e4301db541 Mon Sep 17 00:00:00 2001 From: nikola-rados Date: Wed, 23 Sep 2020 15:19:18 -0700 Subject: [PATCH] Bump version to 0.2.0 --- CHANGES.rst | 22 ++++++++++++++++++++++ osprey/__version__.py | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 710ce6b..9355097 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,28 @@ Changes ******* +0.2.0 (2020-09-23) +================== + +* Updated ``dockerfile`` (#_11) +* Updated documentation (#_12) +* Added ``convolution`` process (#_13, #_21) +* Added ``parameters`` process (#_14) +* Refactored common utilities from ``wps-tools`` (#_24) +* Created configuration builder (#_28) +* Added ``convert`` process (#_41) +* Applied ``cruft`` update (#_48) + +.. _11: https://github.com/pacificclimate/osprey/pull/11 +.. _12: https://github.com/pacificclimate/osprey/pull/12 +.. _13: https://github.com/pacificclimate/osprey/pull/13 +.. _21: https://github.com/pacificclimate/osprey/pull/21 +.. _14: https://github.com/pacificclimate/osprey/pull/14 +.. _24: https://github.com/pacificclimate/osprey/pull/24 +.. _28: https://github.com/pacificclimate/osprey/pull/28 +.. _41: https://github.com/pacificclimate/osprey/pull/41 +.. _48: https://github.com/pacificclimate/osprey/pull/48 + 0.1.0 (2020-07-10) ================== diff --git a/osprey/__version__.py b/osprey/__version__.py index 0d69f63..b1a7e32 100644 --- a/osprey/__version__.py +++ b/osprey/__version__.py @@ -6,4 +6,4 @@ __author__ = """Nikola Rados""" __email__ = "nrados@uvic.ca" -__version__ = "0.1.0" +__version__ = "0.2.0"