Skip to content

Commit d404c0d

Browse files
author
mardiros
committed
change version to the new target version
1 parent fd1011b commit d404c0d

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

debian/changelog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
python-synapse (0.3) unstable; urgency=low
2+
3+
* add node deconnection support
4+
* implement redis support for queuing
5+
16
python-synapse (0.2-1) unstable; urgency=low
27

38
* clearer __repr__ return for ZMQNode classes

doc/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@
4545
# built documents.
4646
#
4747
# The short X.Y version.
48-
version = '0.2'
48+
version = '0.3'
4949
# The full version, including alpha/beta/rc tags.
50-
release = '0.2'
50+
release = '0.3'
5151

5252
# The language for content autogenerated by Sphinx. Refer to documentation
5353
# for a list of supported languages.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111

1212
setup(name='synapse',
13-
version = '0.2',
13+
version = '0.3',
1414
description = 'Distributed communication module',
1515
long_description=README, # + '\n\n' + CHANGES,
1616
author = 'Greg Leclercq',

0 commit comments

Comments
 (0)