[conduit] post release version bump



commit 2d6d78655cbf02b1d8b432a93368a49d897f93d2
Author: John Stowers <john stowers gmail com>
Date:   Sat Jun 27 16:03:47 2009 +1200

    post release version bump

 NEWS                |    4 ++++
 conduit/__init__.py |    2 +-
 configure.ac        |    2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 7a50db2..d11b7f7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+NEW in 0.3.17:
+==============
+
+
 NEW in 0.3.16:
 ==============
 * New Configuration System
diff --git a/conduit/__init__.py b/conduit/__init__.py
index ed9a4e4..58cc45e 100644
--- a/conduit/__init__.py
+++ b/conduit/__init__.py
@@ -45,7 +45,7 @@ if IS_INSTALLED:
     if not PYTHONDIR in sys.path:
         sys.path.insert(0, PYTHONDIR)
 else:
-    VERSION =                   "0.3.16"
+    VERSION =                   "0.3.17"
     LOCALE_DIR =                os.path.join(DIRECTORY, "po")
     SHARED_DATA_DIR =           os.path.join(DIRECTORY, "data")
     SHARED_MODULE_DIR =         os.path.join(DIRECTORY, "conduit", "modules")
diff --git a/configure.ac b/configure.ac
index 06626ca..e3d6163 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([conduit], [0.3.16],[john stowers gmail com],[conduit])
+AC_INIT([conduit], [0.3.17],[john stowers gmail com],[conduit])
 AM_INIT_AUTOMAKE([1.9])
 AC_CONFIG_SRCDIR(conduit/__init__.py)
 AC_CONFIG_MACRO_DIR([m4])



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]