We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b14734 commit 0f1a1bcCopy full SHA for 0f1a1bc
CHANGELOG.md
@@ -4,7 +4,7 @@ All notable changes to Merlin will be documented in this file.
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
7
-## [Unreleased]
+## [2.0.0b3]
8
9
### Added
10
- New `merlin cancel <yaml>` command that cancels all runs of a current study
merlin/__init__.py
@@ -14,7 +14,7 @@
14
import sys
15
16
17
-__version__ = "2.0.0b2"
+__version__ = "2.0.0b3"
18
VERSION = __version__
19
PATH_TO_PROJ = os.path.join(os.path.dirname(__file__), "")
20
0 commit comments