Skip to content

Commit 6f21c2a

Browse files
committed
Release 2.0.6
1 parent 18a6f52 commit 6f21c2a

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

NEWS.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
19
## 2.0.5 (2020-11-11)
210

311

news/450.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.0.5"
3+
__version__ = "2.0.6"
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)