From: Eric S. Raymond Date: Thu, 4 Oct 2012 04:52:52 +0000 (-0400) Subject: Version bump for release. X-Git-Tag: 1.6^0 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=053f828b195ffbcce7f0fa156b1ed5eecda166e6;p=irker.git Version bump for release. --- diff --git a/NEWS b/NEWS index ba4881c..114b811 100644 --- 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 2567ccd..ee8f27a 100755 --- a/irkerd +++ b/irkerd @@ -66,7 +66,7 @@ try: except ImportError: import json -version = "1.5" +version = "1.6" # Sketch of implementation: # diff --git a/irkerhook.py b/irkerhook.py index 5e95e9f..202e1b2 100755 --- a/irkerhook.py +++ b/irkerhook.py @@ -44,7 +44,7 @@ try: except ImportError: import json -version = "1.5" +version = "1.6" def do(command): return commands.getstatusoutput(command)[1]