Skip to content

Commit

Permalink
update for next version
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason R Briggs committed Apr 13, 2019
1 parent 1b61b10 commit 643843c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Version 4.1.23 -

*


Version 4.1.22 - Apr 2019

* Infinite retry attempts (https://github.com/jasonrbriggs/stomp.py/pull/235)
Expand Down
2 changes: 1 addition & 1 deletion stomp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
import stomp.listener as listener
import stomp.adapter as adapter

__version__ = (4, 1, 22)
__version__ = (4, 1, 23)

##
# Alias for STOMP 1.0 connections.
Expand Down

0 comments on commit 643843c

Please sign in to comment.