From 993f51d32202a004b4f973cca90af19b006e403f Mon Sep 17 00:00:00 2001 From: Kyle Sunden Date: Mon, 19 Jul 2021 17:12:49 -0500 Subject: [PATCH] Prepare release 2021.7.0 (#391) --- CHANGELOG.md | 5 ++++- yaqc_cmds/VERSION | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 25c81b0..eecceba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/). ## [Unreleased] +## [2021.7.0] + ### Fixed - Ensure limits are computed when one bound should be inf - Ensure float passed in `set_position_except` (rather than scalar ndarray) @@ -64,7 +66,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/). - initial release - previously released under the name "PyCMDS" via github, never packaged. -[Unreleased]: https://github.com/wright-group/yaqc-cmds/compare/2021.3.0...master +[Unreleased]: https://github.com/wright-group/yaqc-cmds/compare/2021.7.0...master +[2021.7.0]: https://github.com/wright-group/yaqc-cmds/compare/2021.3.0...2021.7.0 [2021.3.0]: https://github.com/wright-group/yaqc-cmds/compare/2021.1.1...2021.3.0 [2021.1.1]: https://github.com/wright-group/yaqc-cmds/compare/2021.1.0...2021.1.1 [2021.1.0]: https://github.com/wright-group/yaqc-cmds/compare/2020.12.1...2021.1.0 diff --git a/yaqc_cmds/VERSION b/yaqc_cmds/VERSION index a76c929..a489944 100644 --- a/yaqc_cmds/VERSION +++ b/yaqc_cmds/VERSION @@ -1 +1 @@ -2021.3.0 +2021.7.0