From 890f35998ba7f86bdc58227142309b8ecc618c10 Mon Sep 17 00:00:00 2001 From: Shaun McCance Date: Mon, 16 Oct 2017 11:58:49 -0400 Subject: Version 2.0.4 --- NEWS | 4 ++++ configure.ac | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 1f5a415..2e88d6a 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +2.0.4 +===== +* Fixed a massive performance issue + 2.0.3 ===== * Added Python 3 support. Keeping Python 2 support for now. (Virgil Dupras) diff --git a/configure.ac b/configure.ac index a34ec76..18efd0c 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([itstool], [2.0.3], []) +AC_INIT([itstool], [2.0.4], []) AM_INIT_AUTOMAKE([1.9 no-dist-gzip dist-bzip2]) DATADIR=`( -- cgit v1.2.1