Skip to content

Commit

Permalink
update NEWS.md and version.py for 2.1.1 release (#778)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jasha10 authored Aug 19, 2021
1 parent d431338 commit ca76567
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
11 changes: 11 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## 2.1.1 (2021-08-17)
### Features

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

### Miscellaneous changes

- Update pyyaml dependency specification for compatibility with PEP440 ([#758](https://github.com/omry/omegaconf/issues/758))
- Fix a packaging issue (missing sdist dependency) ([#772](https://github.com/omry/omegaconf/issues/772))


## 2.1.0 (2021-06-07)


Expand Down
1 change: 0 additions & 1 deletion news/501.feature

This file was deleted.

1 change: 0 additions & 1 deletion news/772.misc

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.1.1.dev1"
__version__ = "2.1.1"

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 ca76567

Please sign in to comment.