Skip to content

Commit

Permalink
Merge pull request #132 from scipp/release0.7.1
Browse files Browse the repository at this point in the history
Remove cap on scippneutron version pinning and prepare release 0.7.1
  • Loading branch information
nvaytet committed Jul 4, 2022
2 parents 0bc98bd + 5581420 commit bf03e81
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 3 deletions.
2 changes: 1 addition & 1 deletion conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ requirements:
- ipywidgets
- matplotlib
- pooch
- scippneutron=0.7.*
- scippneutron>=0.7

test:
imports:
Expand Down
2 changes: 1 addition & 1 deletion docs/_templates/topbar/launchbuttons.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
href="https://scipp.github.io/ess"><button type="button"
class="btn btn-secondary topbarbtn">latest</button></a>
<a class="dropdown-buttons"
href="https://scipp.github.io/ess/release/0.7.0"><button type="button"
href="https://scipp.github.io/ess/release/0.7.1"><button type="button"
class="btn btn-secondary topbarbtn">v0.7</button></a>
<a class="dropdown-buttons"
href="https://scipp.github.io/ess/release/0.6.0"><button type="button"
Expand Down
17 changes: 17 additions & 0 deletions docs/about/release-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
Release Notes
=============

v0.7.1 (June 2022)
------------------

See full changelog `here <https://github.com/scipp/ess/releases/tag/0.7.1>`_.

Features
~~~~~~~~

* Removed cap on version pinning for ``scippneutron`` `#132 <https://github.com/scipp/ess/pull/132>`_.

Contributors
~~~~~~~~~~~~

Simon Heybrock :sup:`a`\ ,
Neil Vaytet :sup:`a`\ ,
and Jan-Lukas Wynen :sup:`a`

v0.7.0 (June 2022)
------------------

Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies:
- pytest
- pythreejs
- python-graphviz
- scippneutron=0.7.*
- scippneutron>=0.7
- sphinx
- sphinx-book-theme=0.2 # custom buttons in top bar do not work with version 0.3
- sphinx-copybutton
Expand Down

0 comments on commit bf03e81

Please sign in to comment.