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

Jonny Lamb jonny.lamb at collabora.co.uk
Mon Jan 5 08:03:41 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 e4064fa..c139e4b 100644
--- a/src/_version.py
+++ b/src/_version.py
@@ -1,4 +1,4 @@
 __all__ = ('version', '__version__')
 
-version = (0, 15, 4)
+version = (0, 15, 4, 1)
 __version__ = '.'.join(str(x) for x in version)
-- 
1.5.6.5



More information about the Telepathy-commits mailing list