浏览代码

fix version number

Daniel Gruno 4 年之前
父节点
当前提交
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'