[tryton-debian-vcs] tryton-modules-account-invoice-history branch upstream-1.6 created. 4bdf8b20e58049994917c3ece613e04234cee814

Mathias Behrle tryton-debian-vcs at alioth.debian.org
Wed Nov 27 16:55:37 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-account-invoice-history.git;a=commitdiff;h=4bdf8b20e58049994917c3ece613e04234cee814
commit 4bdf8b20e58049994917c3ece613e04234cee814
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Sat Nov 20 20:57:41 2010 +0100

    Adding upstream version 1.6.1.

diff --git a/CHANGELOG b/CHANGELOG
index 60287dd..3039d02 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-13
 * Bug fixes (see mercurial logs for details)
 
diff --git a/PKG-INFO b/PKG-INFO
index dc11dc0..58a7f56 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.0
 Name: trytond_account_invoice_history
-Version: 1.6.0
+Version: 1.6.1
 Summary: Add historization for Invoice fields.
 
 Home-page: http://www.tryton.org/
diff --git a/__tryton__.py b/__tryton__.py
index 48fef0c..c39f3c6 100644
--- a/__tryton__.py
+++ b/__tryton__.py
@@ -6,7 +6,7 @@
     'name_es_CO': 'Histórico de Facturación',
     'name_es_ES': 'Histórico de facturación',
     'name_fr_FR': 'Historisation facture',
-    'version': '1.6.0',
+    'version': '1.6.1',
     'author': 'B2CK',
     'email': 'info at b2ck.com',
     'website': 'http://www.tryton.org/',
diff --git a/setup.py b/setup.py
index 499dff2..d75fc8b 100644
--- a/setup.py
+++ b/setup.py
@@ -10,7 +10,7 @@ major_version, minor_version, _ = info.get('version', '0.0.1').split('.', 2)
 major_version = int(major_version)
 minor_version = int(minor_version)
 
-requires = ['egenix-mx-base']
+requires = []
 for dep in info.get('depends', []):
     if not re.match(r'(ir|res|workflow|webdav)(\W|$)', dep):
         requires.append('trytond_%s >= %s.%s, < %s.%s' %
diff --git a/trytond_account_invoice_history.egg-info/PKG-INFO b/trytond_account_invoice_history.egg-info/PKG-INFO
index 76b2701..eb918c3 100644
--- a/trytond_account_invoice_history.egg-info/PKG-INFO
+++ b/trytond_account_invoice_history.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.0
 Name: trytond-account-invoice-history
-Version: 1.6.0
+Version: 1.6.1
 Summary: Add historization for Invoice fields.
 
 Home-page: http://www.tryton.org/
diff --git a/trytond_account_invoice_history.egg-info/requires.txt b/trytond_account_invoice_history.egg-info/requires.txt
index af78be5..36e00b3 100644
--- a/trytond_account_invoice_history.egg-info/requires.txt
+++ b/trytond_account_invoice_history.egg-info/requires.txt
@@ -1,4 +1,3 @@
-egenix-mx-base
 trytond_account_invoice >= 1.6, < 1.7
 trytond_party >= 1.6, < 1.7
 trytond >= 1.6, < 1.7
\ No newline at end of file
-- 
tryton-modules-account-invoice-history



More information about the tryton-debian-vcs mailing list