Daniel Gruno 4 лет назад
Родитель
Сommit
47b119a2f5
2 измененных файлов с 5 добавлено и 2 удалено
  1. 4 1
      CHANGELOG.md
  2. 1 1
      pypubsub.py

+ 4 - 1
CHANGELOG.md

@@ -1,5 +1,8 @@
-# 0.6.2
+
+# 0.6.3
 - Fixed an issue with payload delivery stalling due to client pipe timeouts
+
+# 0.6.2
 - Fixed a configuration issue with SQS storage
 
 # 0.6.1

+ 1 - 1
pypubsub.py

@@ -33,7 +33,7 @@ import plugins.ldap
 import plugins.sqs
 
 # Some consts
-PUBSUB_VERSION = '0.6.2'
+PUBSUB_VERSION = '0.6.3'
 PUBSUB_CONTENT_TYPE = 'application/vnd.pypubsub-stream'
 PUBSUB_DEFAULT_PORT = 2069
 PUBSUB_DEFAULT_IP = '0.0.0.0'