Răsfoiți Sursa

bump due to fix

Daniel Gruno 5 ani în urmă
părinte
comite
a8406fb2de
2 a modificat fișierele cu 4 adăugiri și 1 ștergeri
  1. 3 0
      CHANGELOG.md
  2. 1 1
      pypubsub.py

+ 3 - 0
CHANGELOG.md

@@ -1,3 +1,6 @@
+# 0.5.1
+- Fixed an issue where the SQS dedup list would try to remove non-existent elements
+
 # 0.5.0
 - Added SQS support for weaving in items from AWS SQS
 

+ 1 - 1
pypubsub.py

@@ -30,7 +30,7 @@ import plugins.ldap
 import plugins.sqs
 
 # Some consts
-PUBSUB_VERSION = '0.5.0'
+PUBSUB_VERSION = '0.5.1'
 PUBSUB_CONTENT_TYPE = 'application/vnd.pypubsub-stream'
 PUBSUB_DEFAULT_MAX_PAYLOAD_SIZE = 102400
 PUBSUB_DEFAULT_BACKLOG_SIZE = 0