[Telepathy-commits] [telepathy-python/master] Incremented version number to indicate that it's between-releases.

Jonny Lamb jonny.lamb at collabora.co.uk
Wed Jan 7 08:45:16 PST 2009


Signed-off-by: Jonny Lamb <jonny.lamb at collabora.co.uk>
---
 src/_version.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/_version.py b/src/_version.py
index 986f2e1..d4b96da 100644
--- a/src/_version.py
+++ b/src/_version.py
@@ -1,4 +1,4 @@
 __all__ = ('version', '__version__')
 
-version = (0, 15, 6)
+version = (0, 15, 6, 1)
 __version__ = '.'.join(str(x) for x in version)
-- 
1.5.6.5



More information about the Telepathy-commits mailing list