Skip to content

Commit

Permalink
2.1.0 release (#745)
Browse files Browse the repository at this point in the history
  • Loading branch information
omry authored Jun 7, 2021
1 parent 6c732c1 commit 2ec2677
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
9 changes: 9 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 2.1.0 (2021-06-07)


### Bug Fixes

- `ListConfig.append()` now copies input config nodes ([#601](https://github.com/omry/omegaconf/issues/601))
- Fix loading of OmegaConf 2.0 pickled configs ([#718](https://github.com/omry/omegaconf/issues/718))


## 2.1.0.rc1 (2021-05-12)
OmegaConf 2.1 is a major release introducing substantial new features, and introducing some incompatible changes.
The biggest area of improvement in 2.1 is interpolations and resolvers. In addition - OmegaConf containers are now
Expand Down
1 change: 0 additions & 1 deletion news/601.bugfix

This file was deleted.

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

This file was deleted.

2 changes: 1 addition & 1 deletion omegaconf/version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import sys # pragma: no cover

__version__ = "2.1.0.rc1"
__version__ = "2.1.0"

msg = """OmegaConf 2.0 and above is compatible with Python 3.6 and newer.
You have the following options:
Expand Down

0 comments on commit 2ec2677

Please sign in to comment.