Skip to content

Commit ca76567

Browse files
authored
update NEWS.md and version.py for 2.1.1 release (#778)
1 parent d431338 commit ca76567

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

NEWS.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## 2.1.1 (2021-08-17)
2+
### Features
3+
4+
- Add a throw_on_missing keyword argument to the signature of OmegaConf.to_container, which controls whether MissingMandatoryValue exceptions are raised. ([#501](https://github.com/omry/omegaconf/issues/501))
5+
6+
### Miscellaneous changes
7+
8+
- Update pyyaml dependency specification for compatibility with PEP440 ([#758](https://github.com/omry/omegaconf/issues/758))
9+
- Fix a packaging issue (missing sdist dependency) ([#772](https://github.com/omry/omegaconf/issues/772))
10+
11+
112
## 2.1.0 (2021-06-07)
213

314

news/501.feature

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

news/772.misc

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.1.dev1"
3+
__version__ = "2.1.1"
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)