scottyphillips / pychonet

A simple to use library for interfacing with the ECHONETlite protocol
GNU General Public License v3.0
20 stars 17 forks source link

Confused about versioning #12

Closed ammgws closed 3 years ago

ammgws commented 3 years ago

The badge in the README shows the latest release as 1.0.8

However, the current release on PyPi is 2.0.12 (taken from setup.py since it's pointing to the async branch)

On GitHub, the latest git tag is 2.0.11, but I guess GitHub only considers the master branch so the latest version is shown as 1.0.8.

Is it just in a transition period where the async branch will soon be merged into master?

khcnz commented 3 years ago

This asynchonet branch is the latest and the one that is used by home assistant

It was experimental but I think the intention is to merge this back to master soon as it's not the one being used.

scottyphillips commented 3 years ago

Yes it was a bit of a mess on my part but I wanted to make sure the asyncio code worked ok... Version 2.0.13 is now the master.