I am using a Docker and I am stuck at 0.37.1. I stopped Home Assistant (docker stop home-assistant), did a pull (docker pull homeassistant/home-assistant), and started Home Assistant (docker start home-assistant) and I’m still at 0.37. Today, I did the same thing and Docker told me the image is up to date.
Well, I simply deleted “home-assistant” (docker rm home-assistant) and re-issued the command to create an instance of home-assistant. Now, I looked at the version and it now shows 0.38.1, so I did not clear the browser cache for that. I suppose the deleting and recreating of the instance is what prompted me for a password when I did a refresh and it worked.