Skip to content

Commit

Permalink
Bump to version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nikola-rados committed Sep 23, 2020
1 parent 61e16cd commit 4163a1b
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
Changes
*******

1.0.0 (2020-09-23)
==================

* Translated project from ``conda`` to ``pip`` (#_6)
* Added rule resolving process (#_8)
* Fixed image vulnerability (#_12)
* Moved demo target to ``geoserver`` (#_13)
* Updated repo with ``cruft`` (#_16)
* Refactored common function out to ``wps-tools`` (#_17)
* Upgraded ``p2a_impacts`` target version (#_23)
* Updated notebook demo (#_24)

.. _6: https://github.com/pacificclimate/sandpiper/pull/6
.. _8: https://github.com/pacificclimate/sandpiper/pull/8
.. _12: https://github.com/pacificclimate/sandpiper/pull/12
.. _13: https://github.com/pacificclimate/sandpiper/pull/13
.. _16: https://github.com/pacificclimate/sandpiper/pull/16
.. _17: https://github.com/pacificclimate/sandpiper/pull/17
.. _23: https://github.com/pacificclimate/sandpiper/pull/23
.. _24: https://github.com/pacificclimate/sandpiper/pull/24

0.1.0 (2020-07-14)
==================

Expand Down
2 changes: 1 addition & 1 deletion sandpiper/__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__ = "1.0.0"

0 comments on commit 4163a1b

Please sign in to comment.