So this weekend we’re going to shake things a little up. Instead of releasing a new version today, we’ve released a beta version of the new version: 0.66.0.beta0. After a week of being in beta, the version will be promoted to be the new stable release. While the beta is live, we will accept contributions on the dev branch for the next version as usual.
![](upload://eLdWX1ckomrmpXxokV0Cd4SC5Sv.png)
Diagram of the new release schedule
The goal is to create a more stable first release without the need for a quick follow up hot fix. So if you want to be able to access the new features faster but don’t mind the risk of running into the occassional bug, get yourself on the beta channel today:
Hass.io users will be able to enable the dev channel in the system settings.
For Docker users, the beta’s will be published under the rc tag.
Beta’s are also published to PyPi. Because it is a beta release, it will not be installed by Pip unless explictely specified in the install command: pip3 install --pre --upgrade homeassistant.
If you find issues with either the code or the docs of the pre-release, please open an issue in the appropriate place or, even better, submit a pull request to fix it.
It is about time for change to minimize bumping of stable version for hotfixes. Every new version of Home Assistant seems like a beta release for those who have problems with Home Assistant breaking their configurations that worked previously.
Sorry to be thick, will this command just always get the latest version on pypi, or will there be potentially some need to flit between the two every couple of weeks?
I think this is a good move. It gives the people who like to get their hands dirty and help out a chance to contribute.
At the same time it also protects the beginners and those who just want a stable release.
Well done and keep up the good work.
Oh sorry about that. For docker, rc tag will include all the updates from the hotfix period. And for pypi, the --pre option makes it include beta versions when looking for the right version to install. So when using pip3 install --pre you will also get the patches from the hotfix period.