Start development of v0.5

Change-Id: I37ee3ac79a723a5d9ddd8cfe262f03b52517c0a8
diff --git a/Changelog b/Changelog
index 4ce2fe8..8714e72 100644
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,9 @@
+vland 0.5-DEV
+
+ * Large numbers of bugfixes and code cleanups
+
+ -- Steve McIntyre <steve.mcintyre@linaro.org>  Thu, 24 Sep 2015 17:00:03 -0700
+
 vland 0.4
 
  * Large numbers of bugfixes and code cleanups
diff --git a/admin.py b/admin.py
index d9b8cc6..1230c81 100755
--- a/admin.py
+++ b/admin.py
@@ -30,7 +30,7 @@
 from config.config import VlanConfig
 from ipc.ipc import VlanIpc
 
-version = "0.4"
+version = "0.5-DEV"
 banner = "Linaro VLANd admin interface, version %s" % version
 
 TRUNK_ID_NONE = -1
diff --git a/setup.py b/setup.py
index efd6994..8c2daea 100755
--- a/setup.py
+++ b/setup.py
@@ -23,7 +23,7 @@
 
 setup(
     name='vland',
-    version="0.4",
+    version="0.5-DEV",
     author="Steve McIntyre",
     author_email="steve.mcintyre@linaro.org",
     license="GPL2+",
diff --git a/vland.py b/vland.py
index 335dbe5..5595caf 100755
--- a/vland.py
+++ b/vland.py
@@ -38,7 +38,7 @@
     """ Simple container for stuff to make for nicer syntax """
 
 state = DaemonState()
-state.version = "0.4"
+state.version = "0.5-DEV"
 state.banner = "Linaro VLANd version %s" % state.version
 state.starttime = time.time()
 state.vis = None