Skip to content

Commit

Permalink
update README with new release info
Browse files Browse the repository at this point in the history
  • Loading branch information
Jasha10 committed Dec 17, 2022
1 parent deeee04 commit f5c9339
Showing 1 changed file with 16 additions and 6 deletions.
22 changes: 16 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,26 @@ providing a consistent API regardless of how the configuration was created.

## Releases

### Stable (2.2)
OmegaConf 2.2 is the current stable version.
* [What's new](https://github.com/omry/omegaconf/releases/tag/v2.2.1)
* [Documentation](https://omegaconf.readthedocs.io/en/2.2_branch/)
* [Source code](https://github.com/omry/omegaconf/tree/2.2_branch)
### Stable (2.3)
OmegaConf 2.3 is the current stable version.
* [What's new](https://github.com/omry/omegaconf/releases/tag/v2.3.0)
* [Documentation](https://omegaconf.readthedocs.io/en/2.3_branch/)
* [Source code](https://github.com/omry/omegaconf/tree/2.3_branch)

Install with `pip install --upgrade omegaconf`

### Previous release (2.2)

* [What's new](https://github.com/omry/omegaconf/releases/tag/v2.1.1)
* [Documentation](https://omegaconf.readthedocs.io/en/2.1_branch/)
* [Slides](https://docs.google.com/presentation/d/e/2PACX-1vT_UIV7hCnquIbLUm4NnkUpXvPEh33IKiUEvPRF850WKA8opOlZOszjKdZ3tPmf8u7hGNP6HpqS-NT5/pub?start=false&loop=false&delayms=3000)
* [Source code](https://github.com/omry/omegaconf/tree/2.1_branch)

Install with `pip install omegaconf==2.1`


### Previous release (2.1)
OmegaConf 2.1 is the current stable version.

* [What's new](https://github.com/omry/omegaconf/releases/tag/v2.1.1)
* [Documentation](https://omegaconf.readthedocs.io/en/2.1_branch/)
* [Slides](https://docs.google.com/presentation/d/e/2PACX-1vT_UIV7hCnquIbLUm4NnkUpXvPEh33IKiUEvPRF850WKA8opOlZOszjKdZ3tPmf8u7hGNP6HpqS-NT5/pub?start=false&loop=false&delayms=3000)
Expand Down

0 comments on commit f5c9339

Please sign in to comment.