[tryton-debian-vcs] tryton-modules-calendar-classification branch upstream-2.2 created. 84c72080699e36e05c3cf7eb980680dd6d1dbff8

Mathias Behrle tryton-debian-vcs at alioth.debian.org
Wed Nov 27 16:59:38 UTC 2013


The following commit has been merged in the upstream-2.2 branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/tryton-modules-calendar-classification.git;a=commitdiff;h=84c72080699e36e05c3cf7eb980680dd6d1dbff8
commit 84c72080699e36e05c3cf7eb980680dd6d1dbff8
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Wed Sep 12 15:53:54 2012 +0200

    Adding upstream version 2.2.1.

diff --git a/CHANGELOG b/CHANGELOG
index cd6df99..4c219a0 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+Version 2.2.1 - 2012-09-02
+* Bug fixes (see mercurial logs for details)
+
 Version 2.2.0 - 2011-10-24
 * Bug fixes (see mercurial logs for details)
 
diff --git a/COPYRIGHT b/COPYRIGHT
index 1245dd5..0650193 100644
--- a/COPYRIGHT
+++ b/COPYRIGHT
@@ -1,6 +1,6 @@
-Copyright (C) 2009-2011 Cédric Krier.
+Copyright (C) 2009-2012 Cédric Krier.
 Copyright (C) 2009-2011 Bertrand Chenal.
-Copyright (C) 2009-2011 B2CK SPRL.
+Copyright (C) 2009-2012 B2CK SPRL.
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
diff --git a/PKG-INFO b/PKG-INFO
index 433407a..e7a639b 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.0
 Name: trytond_calendar_classification
-Version: 2.2.0
+Version: 2.2.1
 Summary: Handle classification of event
 Home-page: http://www.tryton.org/
 Author: B2CK
diff --git a/__tryton__.py b/__tryton__.py
index 1c2675d..cecf234 100644
--- a/__tryton__.py
+++ b/__tryton__.py
@@ -9,7 +9,7 @@
     'name_es_ES' : 'Clasificación del calendario',
     'name_fr_FR' : 'Classification calendrier',
     'name_ru_RU' : 'Классификация по календарю',
-    'version' : '2.2.0',
+    'version' : '2.2.1',
     'author' : 'B2CK',
     'email': 'info at b2ck.com',
     'website': 'http://www.tryton.org/',
diff --git a/calendar.py b/calendar.py
index a6cca08..9cd6cfa 100644
--- a/calendar.py
+++ b/calendar.py
@@ -56,7 +56,7 @@ class Event(ModelSQL):
         if 'vevent' in record:
             vevent = record['vevent']
             if vevent:
-                vevent = vobject.readOne(vevent)
+                vevent = vobject.readOne(str(vevent))
                 if hasattr(vevent, 'summary'):
                     vevent.summary.value = summary
 
diff --git a/trytond_calendar_classification.egg-info/PKG-INFO b/trytond_calendar_classification.egg-info/PKG-INFO
index d9e62ab..b7c2aa7 100644
--- a/trytond_calendar_classification.egg-info/PKG-INFO
+++ b/trytond_calendar_classification.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.0
 Name: trytond-calendar-classification
-Version: 2.2.0
+Version: 2.2.1
 Summary: Handle classification of event
 Home-page: http://www.tryton.org/
 Author: B2CK
-- 
tryton-modules-calendar-classification



More information about the tryton-debian-vcs mailing list