Skip to content

Commit

Permalink
Merge pull request #155 from ZLLentz/rel-1.0.0
Browse files Browse the repository at this point in the history
DOC: add release notes for v1.0.0
  • Loading branch information
ZLLentz authored Oct 13, 2018
2 parents e377d66 + 476bca2 commit 6443928
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ install:
# Useful for debugging any issues with conda
- conda info -a
# Test conda build
- conda build -q conda-recipe --output-folder bld-dir
- conda build -q conda-recipe --python $TRAVIS_PYTHON_VERSION --output-folder bld-dir
- conda config --add channels "file://`pwd`/bld-dir"
# Create test environment
- conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION hutch-python --file dev-requirements.txt
Expand Down
8 changes: 8 additions & 0 deletions docs/source/releases.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Release History
###############

v1.0.0 (2018-10-12)
===================

API Breaks
----------
- Swap to the newer ``psdm_qs_cli`` API for experiment loading that is
compatible with commissioning experiment names.

v0.7.0 (2018-08-06)
===================

Expand Down

0 comments on commit 6443928

Please sign in to comment.