Skip to content

Commit

Permalink
release v1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Jasha10 committed Feb 23, 2023
1 parent 224d01a commit 7ef3aca
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 4 deletions.
13 changes: 13 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
1.3.2 (2023-02-22)
==================

### Features

- Add a `hydra.utils.get_object` function that gives users access to Hydra's dotpath-lookup machinery. ([#2139](https://github.com/facebookresearch/hydra/issues/2139))
- Allow config_path to specify a non-relative module path, by starting with `pkg://` ([#2564](https://github.com/facebookresearch/hydra/issues/2564))

### Maintenance Changes

- Drop support for python3.6 ([#2304](https://github.com/facebookresearch/hydra/issues/2304))


1.3.1 (2022-12-20)
==================

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.3.1"
__version__ = "1.3.2"
from hydra import utils
from hydra.errors import MissingConfigException
from hydra.main import main
Expand Down
1 change: 0 additions & 1 deletion news/2139.feature

This file was deleted.

1 change: 0 additions & 1 deletion news/2304.maintenance

This file was deleted.

1 change: 0 additions & 1 deletion news/2564.feature

This file was deleted.

0 comments on commit 7ef3aca

Please sign in to comment.