From 053f828b195ffbcce7f0fa156b1ed5eecda166e6 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Thu, 4 Oct 2012 00:52:52 -0400 Subject: [PATCH] Version bump for release. --- NEWS | 3 ++- irkerd | 2 +- irkerhook.py | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) 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] -- 2.26.2