cloudtools / troposphere

troposphere - Python library to create AWS CloudFormation descriptions
BSD 2-Clause "Simplified" License
4.93k stars 1.45k forks source link

troposphere 4.3.2 contains py.typed #2134

Open michael-k opened 1 year ago

michael-k commented 1 year ago

Release 4.3.2 is missing in the commit history, therefore I don't know why it contains a py.typed file. But that's nothing a patch release should introduce. The type hints are also not good enough yet, I'd say.

markpeek commented 1 year ago

Thank you for letting me know. In my rush to push a fix the release files were not pushed out. This has been fixed now. For the py.typed file, that was a stagnant file in the build directory on the system I used for that release. I will be tightening up the release procedure to ensure that doesn't happen in future releases.