Version bump for release. 1.6
authorEric S. Raymond <esr@thyrsus.com>
Thu, 4 Oct 2012 04:52:52 +0000 (00:52 -0400)
committerEric S. Raymond <esr@thyrsus.com>
Thu, 4 Oct 2012 04:52:52 +0000 (00:52 -0400)
NEWS
irkerd
irkerhook.py

diff --git a/NEWS b/NEWS
index ba4881c2c30edd8b5c033109b0839a6c25bb6795..114b81135619f73352519798bce957f92d925e46 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,7 @@
                        irker history 
 
-1.6 @
+1.6 @ 2012-10-04
+  This is a stable release.
   In 1.5 trying to appease pylint broke the Mercurial hook.
   Added credits for contributors in hacking.txt.
   Fix the aging out of connections when we hit a resource limit.
diff --git a/irkerd b/irkerd
index 2567ccd804b75c7ff7aed0b95e991f6ec2725063..ee8f27a08d7e1be215ae39b3d8cf8ac435de907c 100755 (executable)
--- a/irkerd
+++ b/irkerd
@@ -66,7 +66,7 @@ try:
 except ImportError:
     import json
 
-version = "1.5"
+version = "1.6"
 
 # Sketch of implementation:
 #
index 5e95e9fa21d7fa7b4e4d5b1240fa56a033cf1c6c..202e1b2cf0d5a4481db9ee650b7bea5b9934b766 100755 (executable)
@@ -44,7 +44,7 @@ try:
 except ImportError:
     import json
 
-version = "1.5"
+version = "1.6"
 
 def do(command):
     return commands.getstatusoutput(command)[1]