diff --git a/debian/changelog b/debian/changelog index c6a9eca..95e8733 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,11 @@ +goopg (0.3.1) UNRELEASED; urgency=medium + + * Fix catching exception. + + -- Leo Iannacone Fri, 26 Aug 2016 08:45:08 +0100 + goopg (0.3.0) UNRELEASED; urgency=medium - + * Update to python-oauth2client (>= 2.0.1-1) * Update to new Gmail HTML format * debian/control: @@ -7,8 +13,8 @@ goopg (0.3.0) UNRELEASED; urgency=medium - bump StandardsVersion 3.9.8 - fix VCS git secure to https - add dep python-oauth2client (>= 2.0.1-1) - * debina/compat: bump 9 - + * debian/compat: bump 9 + -- Leo Iannacone Thu, 25 Aug 2016 23:17:18 +0100 goopg (0.2.2) UNRELEASED; urgency=medium diff --git a/host/commandhandler.py b/host/commandhandler.py index c858c9b..369b9ab 100644 --- a/host/commandhandler.py +++ b/host/commandhandler.py @@ -5,7 +5,7 @@ import logging from logger import GoopgLogger -VERSION = "0.3.0" +VERSION = "0.3.1" class CommandHandler(object):