Skip to content

Commit edf9e86

Browse files
authored
update NEWS.md and version.py on master (#780)
1 parent 568d207 commit edf9e86

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

NEWS.md

+11
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

-1
This file was deleted.

omegaconf/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import sys # pragma: no cover
22

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