summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2009-07-30 10:36:10 +0100
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2009-07-30 10:38:07 +0100
commit5c241851113ef49817618a3fa64e26722989dbcf (patch)
treea8adec38d50ef7d9b077230cbdfb08c982c1d1c8
parente3a84113fd35c79e8fa35ad8c9c2550049c19b6d (diff)
prepare the 0.15.10 releasetelepathy-python-0.15.10
-rw-r--r--NEWS6
-rw-r--r--src/_version.py2
2 files changed, 5 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 26c88e8..7f3fb5f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,10 +1,12 @@
-telepathy-python 0.15.10 (UNRELEASED)
+telepathy-python 0.15.10 (2009-07-30)
====================================
-Enhancements:
+The "Come back automake, all is forgiven" release.
Fixes:
+* Actually include server/channelmanager.py in the tarball.
+
telepathy-python 0.15.9 (2009-07-28)
====================================
diff --git a/src/_version.py b/src/_version.py
index 31b2f27..0ea12c6 100644
--- a/src/_version.py
+++ b/src/_version.py
@@ -1,4 +1,4 @@
__all__ = ('version', '__version__')
-version = (0, 15, 9, 1)
+version = (0, 15, 10)
__version__ = '.'.join(str(x) for x in version)