Skip to content

Commit 2ec2677

Browse files
authored
2.1.0 release (#745)
1 parent 6c732c1 commit 2ec2677

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

NEWS.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## 2.1.0 (2021-06-07)
2+
3+
4+
### Bug Fixes
5+
6+
- `ListConfig.append()` now copies input config nodes ([#601](https://github.com/omry/omegaconf/issues/601))
7+
- Fix loading of OmegaConf 2.0 pickled configs ([#718](https://github.com/omry/omegaconf/issues/718))
8+
9+
110
## 2.1.0.rc1 (2021-05-12)
211
OmegaConf 2.1 is a major release introducing substantial new features, and introducing some incompatible changes.
312
The biggest area of improvement in 2.1 is interpolations and resolvers. In addition - OmegaConf containers are now

news/601.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

news/718.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

omegaconf/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import sys # pragma: no cover
22

3-
__version__ = "2.1.0.rc1"
3+
__version__ = "2.1.0"
44

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

0 commit comments

Comments
 (0)