[tryton-debian-vcs] tryton-modules-ldap-connection branch upstream-1.6 created. b8f72eb9e8868db4fbcbde8477f4afaefc1032db

Mathias Behrle tryton-debian-vcs at alioth.debian.org
Wed Nov 27 17:03:08 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-ldap-connection.git;a=commitdiff;h=b8f72eb9e8868db4fbcbde8477f4afaefc1032db
commit b8f72eb9e8868db4fbcbde8477f4afaefc1032db
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Sat Nov 20 20:54:12 2010 +0100

    Adding upstream version 1.6.1.

diff --git a/CHANGELOG b/CHANGELOG
index c1777ea..4c4e8c3 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 b2a140e..dcb2afa 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -7,5 +7,4 @@ include LICENSE
 include *.xml
 include *.odt
 include *.csv
-include tests/*
 include doc/*
diff --git a/PKG-INFO b/PKG-INFO
index 33aa503..99bd9b5 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.0
 Name: trytond_ldap_connection
-Version: 1.6.0
+Version: 1.6.1
 Summary: Add basic support for LDAP connection.
 Home-page: http://www.tryton.org/
 Author: B2CK, Josh Dukes & Udo Spallek
diff --git a/__tryton__.py b/__tryton__.py
index dfd542c..3ccdd4c 100644
--- a/__tryton__.py
+++ b/__tryton__.py
@@ -6,7 +6,7 @@
     'name_es_CO': 'Conexión LDAP',
     'name_es_ES': 'Conexión LDAP',
     'name_fr_FR' : 'Connexion LDAP',
-    'version': '1.6.0',
+    'version': '1.6.1',
     'author': 'B2CK, Josh Dukes & Udo Spallek',
     '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 8d9e5fb..0000000
Binary files a/tests/__init__.pyc and /dev/null differ
diff --git a/tests/test_ldap_connection.pyc b/tests/test_ldap_connection.pyc
deleted file mode 100644
index 1c87147..0000000
Binary files a/tests/test_ldap_connection.pyc and /dev/null differ
diff --git a/trytond_ldap_connection.egg-info/PKG-INFO b/trytond_ldap_connection.egg-info/PKG-INFO
index 1e9bfd9..846b44a 100644
--- a/trytond_ldap_connection.egg-info/PKG-INFO
+++ b/trytond_ldap_connection.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.0
 Name: trytond-ldap-connection
-Version: 1.6.0
+Version: 1.6.1
 Summary: Add basic support for LDAP connection.
 Home-page: http://www.tryton.org/
 Author: B2CK, Josh Dukes & Udo Spallek
diff --git a/trytond_ldap_connection.egg-info/SOURCES.txt b/trytond_ldap_connection.egg-info/SOURCES.txt
index 7b7d7c2..d15512a 100644
--- a/trytond_ldap_connection.egg-info/SOURCES.txt
+++ b/trytond_ldap_connection.egg-info/SOURCES.txt
@@ -15,10 +15,6 @@ setup.py
 ./connection.py
 ./tests/__init__.py
 ./tests/test_ldap_connection.py
-tests/__init__.py
-tests/__init__.pyc
-tests/test_ldap_connection.py
-tests/test_ldap_connection.pyc
 trytond_ldap_connection.egg-info/PKG-INFO
 trytond_ldap_connection.egg-info/SOURCES.txt
 trytond_ldap_connection.egg-info/dependency_links.txt
-- 
tryton-modules-ldap-connection



More information about the tryton-debian-vcs mailing list