[tryton-debian-vcs] tryton-modules-calendar branch upstream-1.6 created. 12eae5f41d4f55715e240bff3dc334e63d0b6dbb

Mathias Behrle tryton-debian-vcs at alioth.debian.org
Wed Nov 27 16:59:30 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.git;a=commitdiff;h=12eae5f41d4f55715e240bff3dc334e63d0b6dbb
commit 12eae5f41d4f55715e240bff3dc334e63d0b6dbb
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Sat Nov 20 20:56:02 2010 +0100

    Adding upstream version 1.6.1.

diff --git a/CHANGELOG b/CHANGELOG
index ecc0320..3c95719 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)
 * Remove classification_public
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 df6d2d5..f0d3357 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.0
 Name: trytond_calendar
-Version: 1.6.0
+Version: 1.6.1
 Summary: Add CalDAV support
 Home-page: http://www.tryton.org/
 Author: B2CK
diff --git a/__tryton__.py b/__tryton__.py
index 57872dc..9bcd446 100644
--- a/__tryton__.py
+++ b/__tryton__.py
@@ -7,7 +7,7 @@
     'name_es_CO' : 'Calendario',
     'name_es_ES' : 'Calendario',
     'name_fr_FR' : '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 b370054..0000000
Binary files a/tests/__init__.pyc and /dev/null differ
diff --git a/tests/test_calendar.pyc b/tests/test_calendar.pyc
deleted file mode 100644
index 07e8ac7..0000000
Binary files a/tests/test_calendar.pyc and /dev/null differ
diff --git a/trytond_calendar.egg-info/PKG-INFO b/trytond_calendar.egg-info/PKG-INFO
index d049f34..a19a5cf 100644
--- a/trytond_calendar.egg-info/PKG-INFO
+++ b/trytond_calendar.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.0
 Name: trytond-calendar
-Version: 1.6.0
+Version: 1.6.1
 Summary: Add CalDAV support
 Home-page: http://www.tryton.org/
 Author: B2CK
diff --git a/trytond_calendar.egg-info/SOURCES.txt b/trytond_calendar.egg-info/SOURCES.txt
index 86154dc..ec48332 100644
--- a/trytond_calendar.egg-info/SOURCES.txt
+++ b/trytond_calendar.egg-info/SOURCES.txt
@@ -18,10 +18,6 @@ setup.py
 ./webdav.py
 ./tests/__init__.py
 ./tests/test_calendar.py
-tests/__init__.py
-tests/__init__.pyc
-tests/test_calendar.py
-tests/test_calendar.pyc
 trytond_calendar.egg-info/PKG-INFO
 trytond_calendar.egg-info/SOURCES.txt
 trytond_calendar.egg-info/dependency_links.txt
-- 
tryton-modules-calendar



More information about the tryton-debian-vcs mailing list