Skip to content

Commit 7e1ff81

Browse files
authored
release 2.0.4 (#429)
1 parent 19da4a4 commit 7e1ff81

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.4 (2020-11-03)
2+
3+
4+
### Bug Fixes
5+
6+
- Fix a bug merging into a field annotated as Optional[List[int]] = None ([#428](https://github.com/omry/omegaconf/issues/428))
7+
8+
19
## 2.0.3 (2020-10-19)
210

311

news/428.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.3"
3+
__version__ = "2.0.4"
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)