[tryton-debian-vcs] tryton-modules-calendar branch debian-jessie-2.8 updated. debian/2.8.1-1-2-gb6951c1

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 debian-jessie-2.8 branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/tryton-modules-calendar.git;a=commitdiff;h=debian/2.8.1-1-2-gb6951c1

commit b6951c1053658f0ecc2b186ba372d48ef08f8605
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Sun Jan 19 21:12:37 2014 +0100

    Releasing debian version 2.8.2-1.

diff --git a/debian/changelog b/debian/changelog
index fcd46f5..2786531 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+tryton-modules-calendar (2.8.2-1) unstable; urgency=medium
+
+  * Merging upstream version 2.8.2.
+
+ -- Mathias Behrle <mathiasb at m9s.biz>  Sun, 19 Jan 2014 20:57:04 +0100
+
 tryton-modules-calendar (2.8.1-1) unstable; urgency=low
 
   * Fixing the branch version in the watch file.
commit d3b8bf18418083f54b154f4c6c0593eebaeafddb
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Sun Jan 19 20:54:58 2014 +0100

    Merging 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