[tryton-debian-vcs] tryton-modules-calendar-scheduling branch upstream-1.6 created. 4191f8b9ea37861629ad7bf24ebef73819e4c71f

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


The following commit has been merged in the upstream-1.6 branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/tryton-modules-calendar-scheduling.git;a=commitdiff;h=4191f8b9ea37861629ad7bf24ebef73819e4c71f
commit 4191f8b9ea37861629ad7bf24ebef73819e4c71f
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Sat Nov 20 20:55:44 2010 +0100

    Adding upstream version 1.6.1.

diff --git a/CHANGELOG b/CHANGELOG
index 634ce6b..1b151e1 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+Version 1.6.1 - 2010-11-02
+* Bug fixes (see mercurial logs for details)
+
 Version 1.6.0 - 2010-05-09
 * Bug fixes (see mercurial logs for details)
 
diff --git a/MANIFEST.in b/MANIFEST.in
index c61b52d..5343ad8 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -7,4 +7,3 @@ include LICENSE
 include *.xml
 include *.odt
 include *.csv
-include tests/*
diff --git a/PKG-INFO b/PKG-INFO
index 0417288..4918fc0 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.0
 Name: trytond_calendar_scheduling
-Version: 1.6.0
+Version: 1.6.1
 Summary: Add Scheduling support on CalDAV
 Home-page: http://www.tryton.org/
 Author: B2CK
diff --git a/__tryton__.py b/__tryton__.py
index 8e73d5d..d533870 100644
--- a/__tryton__.py
+++ b/__tryton__.py
@@ -7,7 +7,7 @@
     'name_es_CO' : 'Planificador del calendario',
     'name_es_ES' : 'Planificador del calendario',
     'name_fr_FR' : 'Programmation calendrier',
-    'version' : '1.6.0',
+    'version' : '1.6.1',
     'author' : 'B2CK',
     'email': 'info at b2ck.com',
     'website': 'http://www.tryton.org/',
diff --git a/tests/__init__.pyc b/tests/__init__.pyc
deleted file mode 100644
index 132d9e4..0000000
Binary files a/tests/__init__.pyc and /dev/null differ
diff --git a/tests/test_calendar_scheduling.pyc b/tests/test_calendar_scheduling.pyc
deleted file mode 100644
index a485a9f..0000000
Binary files a/tests/test_calendar_scheduling.pyc and /dev/null differ
diff --git a/trytond_calendar_scheduling.egg-info/PKG-INFO b/trytond_calendar_scheduling.egg-info/PKG-INFO
index b018573..cbd92a9 100644
--- a/trytond_calendar_scheduling.egg-info/PKG-INFO
+++ b/trytond_calendar_scheduling.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.0
 Name: trytond-calendar-scheduling
-Version: 1.6.0
+Version: 1.6.1
 Summary: Add Scheduling support on CalDAV
 Home-page: http://www.tryton.org/
 Author: B2CK
diff --git a/trytond_calendar_scheduling.egg-info/SOURCES.txt b/trytond_calendar_scheduling.egg-info/SOURCES.txt
index 468ac0e..3a1df74 100644
--- a/trytond_calendar_scheduling.egg-info/SOURCES.txt
+++ b/trytond_calendar_scheduling.egg-info/SOURCES.txt
@@ -17,10 +17,6 @@ setup.py
 ./res.py
 ./tests/__init__.py
 ./tests/test_calendar_scheduling.py
-tests/__init__.py
-tests/__init__.pyc
-tests/test_calendar_scheduling.py
-tests/test_calendar_scheduling.pyc
 trytond_calendar_scheduling.egg-info/PKG-INFO
 trytond_calendar_scheduling.egg-info/SOURCES.txt
 trytond_calendar_scheduling.egg-info/dependency_links.txt
-- 
tryton-modules-calendar-scheduling



More information about the tryton-debian-vcs mailing list