jasonrbriggs / stomp.py

“stomp.py” is a Python client library for accessing messaging servers (such as ActiveMQ or RabbitMQ) using the STOMP protocol (versions 1.0, 1.1 and 1.2). It can also be run as a standalone, command-line client for testing.
Apache License 2.0
491 stars 167 forks source link

8.1.0 tag missing on GitHub #415

Closed sebix closed 1 year ago

sebix commented 1 year ago

Version 8.1.0 is available in PyPI, but the repository has no corresponding tag

sebix commented 1 year ago

The commit is likely 6d965f87cc6678a8658ecf777894553211f49a06, but pyproject.toml says the version is 8.0.2. even in branch dev now: https://github.com/jasonrbriggs/stomp.py/blob/7c32c768d5e7be4c667b4c34604cf376ee3bcafd/pyproject.toml#L3

jasonrbriggs commented 1 year ago

Fixed. Thanks.