diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2016-02-18 09:15:48 -0500 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2016-02-18 09:15:48 -0500 |
commit | 49a595ac57ef35634a3ecf7baca41330694c078b (patch) | |
tree | bdfb23754bc72120a9d04f6fcef5c9f5b5ff0f0f | |
parent | Remove import that is incorrect for Python 3. (diff) | |
download | irker-49a595ac57ef35634a3ecf7baca41330694c078b.tar.xz |
Version bump for release 2.16.
-rw-r--r-- | NEWS | 2 | ||||
-rwxr-xr-x | irkerd | 2 | ||||
-rwxr-xr-x | irkerhook.py | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -1,6 +1,6 @@ irker history -Repository head: +2.16: 2016-02-18 Code now runs under either Python 2 or Python 3 2.15: 2016-01-12 @@ -43,7 +43,7 @@ CONNECTION_MAX = 200 # To avoid hitting a thread limit # No user-serviceable parts below this line -version = "2.15" +version = "2.16" import argparse import logging diff --git a/irkerhook.py b/irkerhook.py index 0f53cd6..0a62a54 100755 --- a/irkerhook.py +++ b/irkerhook.py @@ -39,7 +39,7 @@ default_channels = "irc://chat.freenode.net/#commits" # No user-serviceable parts below this line: # -version = "2.13" +version = "2.16" import os, sys, socket, urllib, subprocess, locale, datetime, re from pipes import quote as shellquote |