Skip to content

Commit

Permalink
1.0.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jieru-hu committed Jan 30, 2021
1 parent 2afac8a commit 677c99a
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
12 changes: 12 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
1.0.6 (2021-01-29)
==================

### Bug Fixes

- Fix interpolation in Hydra config node ([#1335](https://github.com/facebookresearch/hydra/issues/1335))

### Maintenance Changes

- Remove `Plugins` from `Singleton.get_state()` ([#1330](https://github.com/facebookresearch/hydra/issues/1330))


1.0.5 (2021-01-07)
==================

Expand Down
2 changes: 1 addition & 1 deletion hydra/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved

# Source of truth for Hydra's version
__version__ = "1.0.5"
__version__ = "1.0.6"
from hydra import utils
from hydra.errors import MissingConfigException
from hydra.main import main
Expand Down
1 change: 0 additions & 1 deletion news/1330.maintenance

This file was deleted.

1 change: 0 additions & 1 deletion news/1335.bugfix

This file was deleted.

0 comments on commit 677c99a

Please sign in to comment.