watchforstock / evohome-client

Python client to access the Evohome web service
Apache License 2.0
88 stars 52 forks source link

Master branch version #115

Closed RichieB2B closed 3 years ago

RichieB2B commented 3 years ago

The version in setup.py for the master branch is 0.3.4 but https://pypi.org/project/evohomeclient/ is at 0.3.7 which exists only as a tag in this GitHub repo. This confuses me. Is master ahead of 0.3.7 or is 0.3.7 ahead of master?

watchforstock commented 3 years ago

Master will always be the latest. It does seem that the setup.py hasn't been updated along with the tags (which I'm slightly surprised at, but appears to be the case!)

RichieB2B commented 3 years ago

Ok, thanks.