nipunn1313 / mypy-protobuf

open source tools to generate mypy stubs from protobufs
Apache License 2.0
647 stars 80 forks source link

Where is the tag for version 3.6.0? #605

Closed kojiromike closed 6 months ago

kojiromike commented 6 months ago

In debugging an issue (python/typeshed#11636 in fact), I saw in the dist-info/METADATA that the version of types_protobuf I'm using (Version: 5.26.0.20240422) was Generated using [mypy-protobuf==3.6.0](https://github.com/nipunn1313/mypy-protobuf/tree/v3.6.0) and libprotoc 25.1 on [protobuf v26.1](https://github.com/protocolbuffers/protobuf/releases/tag/v26.1) (python protobuf==5.26.1).

While 3.6.0 does exist on pypi.org, there does not appear to be such a tag in this repo on github, and indeed the link provided in the METADATA file is broken. Is it an oversight?

Thanks for all your hard work.

nipunn1313 commented 6 months ago

mistake! Thank you for pointing it out. Just fixed.