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():