summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES2
-rwxr-xr-xminiircd2
2 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index 0f343eb..79d00fe 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,4 @@
-Unreleased
+1.2.1 (2017-05-25)
* Fixed Python 3 crash after disconnecting an unresponsive client.
diff --git a/miniircd b/miniircd
index f2d8e9f..3a37458 100755
--- a/miniircd
+++ b/miniircd
@@ -33,7 +33,7 @@ from datetime import datetime
from logging.handlers import RotatingFileHandler
from optparse import OptionParser
-VERSION = "1.2"
+VERSION = "1.2.1"
PY3 = sys.version_info[0] >= 3