diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2012-10-04 00:52:52 -0400 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2012-10-04 00:52:52 -0400 |
commit | 053f828b195ffbcce7f0fa156b1ed5eecda166e6 (patch) | |
tree | 97086f8296c70fa42e58796819bfccf68eca57ae | |
parent | Remove some now-dead code associated with the filtering feature. (diff) | |
download | irker-053f828b195ffbcce7f0fa156b1ed5eecda166e6.tar.xz |
Version bump for release.1.6
-rw-r--r-- | NEWS | 3 | ||||
-rwxr-xr-x | irkerd | 2 | ||||
-rwxr-xr-x | irkerhook.py | 2 |
3 files changed, 4 insertions, 3 deletions
@@ -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. @@ -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] |