Skip to content

Commit

Permalink
Bump version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nikola-rados committed Sep 23, 2020
1 parent a7f4937 commit 049ef30
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -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)
==================

Expand Down
2 changes: 1 addition & 1 deletion osprey/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@

__author__ = """Nikola Rados"""
__email__ = "[email protected]"
__version__ = "0.1.0"
__version__ = "0.2.0"

0 comments on commit 049ef30

Please sign in to comment.