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

New release #430

Closed mattjgalloway closed 5 months ago

mattjgalloway commented 5 months ago

Would it be possible to do a new release of stomp.py please?

I would like a release with this commit: https://github.com/jasonrbriggs/stomp.py/commit/7af96f725757cf0f4ba9ec7b6ff690e7316dfb66

But the latest, 8.1.0, does not have that (and some other commits that are in dev branch).

jasonrbriggs commented 5 months ago

8.1.1 is now released.