We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18a6f52 commit 6f21c2aCopy full SHA for 6f21c2a
NEWS.md
@@ -1,3 +1,11 @@
1
+## 2.0.6 (2021-01-19)
2
+
3
4
+### Bug Fixes
5
6
+- Fix bug where DictConfig's shallow copy didn't work properly in some cases. ([#450](https://github.com/omry/omegaconf/issues/450))
7
8
9
## 2.0.5 (2020-11-11)
10
11
news/450.bugfix
omegaconf/version.py
@@ -1,6 +1,6 @@
import sys # pragma: no cover
-__version__ = "2.0.5"
+__version__ = "2.0.6"
msg = """OmegaConf 2.0 and above is compatible with Python 3.6 and newer.
You have the following options:
0 commit comments