Upgrade to 0.101.0.dev20191018 from 0.100.2

Hello!
I’ve got rPi3 which was loaded from https://github.com/home-assistant/hassos/releases/download/2.12/hassos_rpi3-2.12.img.gz image.
Through Hass.io supervisor i’ve Joined beta, make reload, goes to Dashboard and get info that Update available. I’ve updated add-ons packages and tried to make update.
After couples of minutes i get this entries in logs:

19-10-18 04:41:17 INFO (MainThread) [hassio.updater] Fetch update data from https://version.home-assistant.io/dev.json
19-10-18 04:41:27 INFO (MainThread) [hassio.homeassistant] Update Home Assistant to version 0.101.0.dev20191018
19-10-18 04:41:27 INFO (SyncWorker_18) [hassio.docker.interface] Update image homeassistant/raspberrypi3-homeassistant:0.100.2 to homeassistant/raspberrypi3-homeassistant:0.101.0.dev20191018
19-10-18 04:41:27 INFO (SyncWorker_18) [hassio.docker.interface] Pull image homeassistant/raspberrypi3-homeassistant tag 0.101.0.dev20191018.
19-10-18 04:42:38 INFO (MainThread) [hassio.store.git] Update add-on https://github.com/hassio-addons/repository repository
19-10-18 04:42:38 INFO (MainThread) [hassio.store.git] Update add-on https://github.com/home-assistant/hassio-addons repository
19-10-18 04:42:52 INFO (MainThread) [hassio.store] Load add-ons from store: 60 all - 0 new - 0 remove
19-10-18 04:56:03 INFO (SyncWorker_18) [hassio.docker.interface] Stop homeassistant application
19-10-18 04:56:26 INFO (SyncWorker_18) [hassio.docker.interface] Clean homeassistant application
19-10-18 04:56:36 INFO (SyncWorker_2) [hassio.docker.homeassistant] Start homeassistant homeassistant/raspberrypi3-homeassistant with version 0.101.0.dev20191018
19-10-18 05:06:40 WARNING (MainThread) [hassio.homeassistant] Don't wait anymore of Home Assistant startup!
19-10-18 05:06:40 CRITICAL (MainThread) [hassio.homeassistant] HomeAssistant update fails -> rollback!
19-10-18 05:06:40 INFO (MainThread) [hassio.homeassistant] Update Home Assistant to version 0.100.2
19-10-18 05:06:40 INFO (SyncWorker_13) [hassio.docker.interface] Update image homeassistant/raspberrypi3-homeassistant:0.101.0.dev20191018 to homeassistant/raspberrypi3-homeassistant:0.100.2
19-10-18 05:06:40 INFO (SyncWorker_13) [hassio.docker.interface] Pull image homeassistant/raspberrypi3-homeassistant tag 0.100.2.
19-10-18 05:06:42 INFO (SyncWorker_13) [hassio.docker.interface] Stop homeassistant application
19-10-18 05:06:54 INFO (SyncWorker_13) [hassio.docker.interface] Clean homeassistant application
19-10-18 05:07:02 INFO (SyncWorker_18) [hassio.docker.homeassistant] Start homeassistant homeassistant/raspberrypi3-homeassistant with version 0.100.2
19-10-18 05:08:12 INFO (MainThread) [hassio.homeassistant] Detect a running Home Assistant instance
19-10-18 05:08:12 INFO (MainThread) [hassio.homeassistant] Successful run Home Assistant 0.100.2
19-10-18 05:08:14 INFO (SyncWorker_0) [hassio.docker.interface] Cleanup images: ['homeassistant/raspberrypi3-homeassistant:0.101.0.dev20191018']

How can i perform upgrade?

Also there is Traceback in ha logs :

2019-10-18 09:07:31 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/updater/__init__.py", line 120, in check_new_version
    if StrictVersion(newest) > StrictVersion(current_version):
  File "/usr/local/lib/python3.7/distutils/version.py", line 40, in __init__
    self.parse(vstring)
  File "/usr/local/lib/python3.7/distutils/version.py", line 137, in parse
    raise ValueError("invalid version number '%s'" % vstring)
ValueError: invalid version number '0.101.0.dev20191018'

You have joined the beta testing ring. This gets you access to beta versions not dev versions.

There is no beta version at the moment.

Ok, thanks for info.
But why upgrade to 0.101.0.dev is failing?

Maybe the dev version may have issues. i would not be running dev versions for production

There is adding for one of my device in DEV version. I just want to upgrade to DEV to get support of this device.
Can you give me advice about how to get support of new device in HA? Copy modules from github and add it to Custom_components folder and initialize it separately in config?

upgrading also fails here. Seems like dev branch has an issue? Using hassio docker dev branch

Maybe my next thread will be useful to solve your problem too: