Skip to content

Commit

Permalink
0.11.2 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
omry committed Dec 4, 2019
1 parent f0a1f60 commit 8539e44
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
14 changes: 14 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
0.11.2 (2019-12-04)
===================

Features
--------

- Change website from cli.dev to hydra.cc (#314)

Bug Fixes
---------

- Fixes --cfg command line flag not working (#305)


0.11.0 (2019-11-19)
===================

Expand Down
2 changes: 1 addition & 1 deletion hydra/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
from .main import main

# Source of truth for Hydra's version
__version__ = "0.11.2rc1"
__version__ = "0.11.2"

__all__ = ["__version__", "MissingConfigException", "main", "utils"]
1 change: 0 additions & 1 deletion news/314.feature

This file was deleted.

2 changes: 1 addition & 1 deletion website/docs/development/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The release process may be automated in the future.

- Checkout master
- Update the Hydra version in `hydra/__init__.py`
- Update NEWS.rst with towncrier
- Update NEWS.md with towncrier
- Create a pip package for hydra-core: `python setup.py sdist bdist_wheel`
- Upload pip package: `python -m twine upload dist/*`

0 comments on commit 8539e44

Please sign in to comment.