[tryton-debian-vcs] tryton-modules-calendar branch debian-wheezy-2.6 updated. debian/2.6.3-1-2-g2d00008
Mathias Behrle
tryton-debian-vcs at alioth.debian.org
Mon Jan 20 17:33:41 UTC 2014
The following commit has been merged in the debian-wheezy-2.6 branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/tryton-modules-calendar.git;a=commitdiff;h=debian/2.6.3-1-2-g2d00008
commit 2d00008b6d774f017ba091e3e79cbde05b3c6508
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Mon Jan 20 18:33:24 2014 +0100
Releasing debian version 2.6.4-1.
diff --git a/debian/changelog b/debian/changelog
index c8543a9..e340432 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+tryton-modules-calendar (2.6.4-1) unstable; urgency=medium
+
+ * Merging upstream version 2.6.4.
+
+ -- Mathias Behrle <mathiasb at m9s.biz> Mon, 20 Jan 2014 18:25:14 +0100
+
tryton-modules-calendar (2.6.3-1) unstable; urgency=low
* Merging upstream version 2.6.3.
commit f19f0715b1975a05b31b0af38531bb57414de27b
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Mon Jan 20 18:24:00 2014 +0100
Merging 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