Skip to content

Commit

Permalink
Prepare release 2021.7.0 (#391)
Browse files Browse the repository at this point in the history
  • Loading branch information
ksunden authored Jul 19, 2021
1 parent 415685d commit 993f51d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion yaqc_cmds/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2021.3.0
2021.7.0

0 comments on commit 993f51d

Please sign in to comment.