Skip to content

Commit 19b2b7b

Browse files
Upload v2.1.1 to PyPI
1 parent 7111ee3 commit 19b2b7b

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
<a name="Unreleased"></a>
22
## [Unreleased]
33

4+
<a name="2.1.1"></a>
5+
## [2.1.1] (2019-01-15)
6+
7+
### Bug-Fixes
8+
* Fix bug caused by yaml import when not using `recorders.YAMLDescriptionRecorder`
9+
410
<a name="2.1.0"></a>
511
## [2.1.0] (2019-01-15)
612

@@ -383,7 +389,8 @@ allowing users to define `eval_set` only if they want to (#22)
383389
* Initial release
384390

385391

386-
[Unreleased]: https://github.com/HunterMcGushion/hyperparameter_hunter/compare/v2.1.0...HEAD
392+
[Unreleased]: https://github.com/HunterMcGushion/hyperparameter_hunter/compare/v2.1.1...HEAD
393+
[2.1.1]: https://github.com/HunterMcGushion/hyperparameter_hunter/compare/v2.1.0...v2.1.1
387394
[2.1.0]: https://github.com/HunterMcGushion/hyperparameter_hunter/compare/v2.0.1...v2.1.0
388395
[2.0.1]: https://github.com/HunterMcGushion/hyperparameter_hunter/compare/v2.0.0...v2.0.1
389396
[2.0.0]: https://github.com/HunterMcGushion/hyperparameter_hunter/compare/v1.1.0...v2.0.0

hyperparameter_hunter/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.1.0
1+
2.1.1

0 commit comments

Comments
 (0)