From 2b176dca87c9ee53c64b975dc6a0bd761a7c5a5c Mon Sep 17 00:00:00 2001 From: Joachim Metz Date: Sat, 23 Jan 2016 09:14:32 +0100 Subject: [PATCH] Code review: 283140043: Changed version to 1.4.0 --- config/dpkg/changelog | 4 ++-- plaso/__init__.py | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/config/dpkg/changelog b/config/dpkg/changelog index e4bcaefe6d..6b23218072 100644 --- a/config/dpkg/changelog +++ b/config/dpkg/changelog @@ -1,5 +1,5 @@ -python-plaso (1.3.1-1) unstable; urgency=low +python-plaso (1.4.0-1) unstable; urgency=low * Auto-generated - -- Log2Timeline Fri, 22 Jan 2016 16:34:11 +0100 + -- Log2Timeline Sat, 23 Jan 2016 09:14:32 +0100 diff --git a/plaso/__init__.py b/plaso/__init__.py index 17e870891b..df1110173b 100644 --- a/plaso/__init__.py +++ b/plaso/__init__.py @@ -1,9 +1,9 @@ # -*- coding: utf-8 -*- -__version__ = '1.3.1' +__version__ = '1.4.0' -VERSION_DEV = True -VERSION_DATE = '20160122' +VERSION_DEV = False +VERSION_DATE = '20160123' def GetVersion():