Skip to content

Commit

Permalink
release 2.0.4 (#429)
Browse files Browse the repository at this point in the history
  • Loading branch information
omry authored Nov 3, 2020
1 parent 19da4a4 commit 7e1ff81
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
8 changes: 8 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 2.0.4 (2020-11-03)


### Bug Fixes

- Fix a bug merging into a field annotated as Optional[List[int]] = None ([#428](https://github.com/omry/omegaconf/issues/428))


## 2.0.3 (2020-10-19)


Expand Down
1 change: 0 additions & 1 deletion news/428.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.0.3"
__version__ = "2.0.4"

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 7e1ff81

Please sign in to comment.