[tryton-debian-vcs] tryton-modules-calendar branch upstream-2.6 updated. upstream/2.6.3-1-g1efeca6

Mathias Behrle tryton-debian-vcs at alioth.debian.org
Mon Jan 20 17:34:20 UTC 2014


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

commit 1efeca6339d7227c33e28f557cda43dd98b698b5
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Mon Jan 20 18:23:57 2014 +0100

    Adding upstream version 2.6.4.

diff --git a/CHANGELOG b/CHANGELOG
index 9ef7a0f..47f767f 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+Version 2.6.4 - 2014-01-18
+* Bug fixes (see mercurial logs for details)
+
 Version 2.6.3 - 2013-12-04
 * Bug fixes (see mercurial logs for details)
 
diff --git a/PKG-INFO b/PKG-INFO
index 0518659..df7201c 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: trytond_calendar
-Version: 2.6.3
+Version: 2.6.4
 Summary: Tryton module for CalDAV
 Home-page: http://www.tryton.org/
 Author: Tryton
diff --git a/calendar_.py b/calendar_.py
index ee470fc..9f3f7cb 100644
--- a/calendar_.py
+++ b/calendar_.py
@@ -1636,6 +1636,7 @@ class RRule(ModelSQL, ModelView):
     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 15fed43..ded8f9b 100644
--- a/tryton.cfg
+++ b/tryton.cfg
@@ -1,5 +1,5 @@
 [tryton]
-version=2.6.3
+version=2.6.4
 depends:
     ir
     res
diff --git a/trytond_calendar.egg-info/PKG-INFO b/trytond_calendar.egg-info/PKG-INFO
index 0151ace..27916d1 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.6.3
+Version: 2.6.4
 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