From 31fa41009daefa0ef079940cb99ce6e5e6d77b51 Mon Sep 17 00:00:00 2001 From: Darko Poljak Date: Thu, 16 Feb 2017 08:28:44 +0100 Subject: [PATCH] Release 1.1. --- changelog | 2 +- lib/ctt/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/changelog b/changelog index e1f4b02..3374a7f 100644 --- a/changelog +++ b/changelog @@ -4,7 +4,7 @@ Changelog * Changes are always commented with their author in (braces) * Exception: No braces means author == Nico Schottelius -Next: +1.1: 2017-02-16 * Ignore non matching patterns for report command (Darko Poljak) * Added -s, --summary option (Darko Poljak) * No args error (Darko Poljak) diff --git a/lib/ctt/__init__.py b/lib/ctt/__init__.py index d37356c..71fdeb7 100644 --- a/lib/ctt/__init__.py +++ b/lib/ctt/__init__.py @@ -23,7 +23,7 @@ import os import os.path -VERSION = "0.9" +VERSION = "1.1" FILE_DELTA = "delta" FILE_COMMENT = "comment" DATEFORMAT = "%Y-%m-%d"