File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change
1
+ python-synapse (0.3) unstable; urgency=low
2
+
3
+ * add node deconnection support
4
+ * implement redis support for queuing
5
+
1
6
python-synapse (0.2-1) unstable; urgency=low
2
7
3
8
* clearer __repr__ return for ZMQNode classes
Original file line number Diff line number Diff line change 45
45
# built documents.
46
46
#
47
47
# The short X.Y version.
48
- version = '0.2 '
48
+ version = '0.3 '
49
49
# The full version, including alpha/beta/rc tags.
50
- release = '0.2 '
50
+ release = '0.3 '
51
51
52
52
# The language for content autogenerated by Sphinx. Refer to documentation
53
53
# for a list of supported languages.
Original file line number Diff line number Diff line change 10
10
11
11
12
12
setup (name = 'synapse' ,
13
- version = '0.2 ' ,
13
+ version = '0.3 ' ,
14
14
description = 'Distributed communication module' ,
15
15
long_description = README , # + '\n\n' + CHANGES,
16
16
author = 'Greg Leclercq' ,
You can’t perform that action at this time.
0 commit comments