Skip to content

Commit

Permalink
Merge pull request #69 from teddyrendahl/v1.1.2
Browse files Browse the repository at this point in the history
V1.1.2
  • Loading branch information
Teddy Rendahl authored Aug 30, 2018
2 parents 0e64cc8 + a901750 commit 5c63fbf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ requirements:
run:
- jinja2
- prettytable
- psdm_qs_cli >=0.2.3
- simplejson
- pymongo
- python
Expand Down
7 changes: 5 additions & 2 deletions docs/source/releases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,17 @@
Release Notes
#############

Next Release
============
v1.1.2 (2018-08-30)
===================

Maintenance
-----------
- In :meth:`.from_container`, the provided container is compared against
the cached version of the device to find discrepancies. This means that
modified container objects will always load a new Device. (#62)
- The ``QSBackend`` uses newer methods available in the ``psdm_qs_cli`` to
determine the proposal from the experiment name. This is more robust against
exotic experiment naming schemas than prior implementations (#68)

v1.1.1 (2018-03-08)
===================
Expand Down

0 comments on commit 5c63fbf

Please sign in to comment.