[tryton-debian-vcs] tryton-modules-calendar branch upstream-2.8 updated. upstream/2.8.1-1-g00ffb18

Mathias Behrle tryton-debian-vcs at alioth.debian.org
Sun Jan 19 20:12:59 UTC 2014


The following commit has been merged in the upstream-2.8 branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/tryton-modules-calendar.git;a=commitdiff;h=upstream/2.8.1-1-g00ffb18

commit 00ffb18c7e23879b445fdceec9162ccc63ae24e8
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Sun Jan 19 20:54:55 2014 +0100

    Adding upstream version 2.8.2.

diff --git a/CHANGELOG b/CHANGELOG
index d0f9328..79902de 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+Version 2.8.2 - 2014-01-18
+* Bug fixes (see mercurial logs for details)
+
 Version 2.8.1 - 2013-12-04
 * Bug fixes (see mercurial logs for details)
 
diff --git a/PKG-INFO b/PKG-INFO
index 5ce6e0c..2a008d2 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: trytond_calendar
-Version: 2.8.1
+Version: 2.8.2
 Summary: Tryton module for CalDAV
 Home-page: http://www.tryton.org/
 Author: Tryton
diff --git a/calendar_.py b/calendar_.py
index f2ca43c..f94a62a 100644
--- a/calendar_.py
+++ b/calendar_.py
@@ -1647,6 +1647,7 @@ class RRuleMixin(Model):
     bymonth = fields.Char('By Month')
     bysetpos = fields.Char('By Position')
     wkst = fields.Selection([
+        (None, ''),
         ('su', 'Sunday'),
         ('mo', 'Monday'),
         ('tu', 'Tuesday'),
diff --git a/tryton.cfg b/tryton.cfg
index ac8c922..8f8b901 100644
--- a/tryton.cfg
+++ b/tryton.cfg
@@ -1,5 +1,5 @@
 [tryton]
-version=2.8.1
+version=2.8.2
 depends:
     ir
     res
diff --git a/trytond_calendar.egg-info/PKG-INFO b/trytond_calendar.egg-info/PKG-INFO
index 2734e47..7eaa6f8 100644
--- a/trytond_calendar.egg-info/PKG-INFO
+++ b/trytond_calendar.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: trytond-calendar
-Version: 2.8.1
+Version: 2.8.2
 Summary: Tryton module for CalDAV
 Home-page: http://www.tryton.org/
 Author: Tryton
-- 
tryton-modules-calendar



More information about the tryton-debian-vcs mailing list