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

Missing tag for version 8.0.1 #386

Closed sebix closed 2 years ago

sebix commented 2 years ago

The tag for version 8.0.1 is missing. The commit is 624d904d0a595c9f2b0b67c082579c7c1ca2ab5b Could you please add it?

Thanks

jasonrbriggs commented 2 years ago

The tag was created. I just hadn't pushed it...

sebix commented 2 years ago

Thanks!