[tryton-debian-vcs] tryton-modules-sale-credit-limit branch upstream updated. upstream/4.0.0-1-g85feef8

Mathias Behrle tryton-debian-vcs at alioth.debian.org
Tue Dec 6 16:04:38 UTC 2016


The following commit has been merged in the upstream branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/tryton-modules-sale-credit-limit.git;a=commitdiff;h=upstream/4.0.0-1-g85feef8

commit 85feef8527effacc6025702e9b0ae767eddeb663
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Mon Dec 5 09:34:40 2016 +0100

    Adding upstream version 4.2.0.
    
    Signed-off-by: Mathias Behrle <mathiasb at m9s.biz>

diff --git a/CHANGELOG b/CHANGELOG
index 68cbe07..01bf130 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+Version 4.2.0 - 2016-11-28
+* Bug fixes (see mercurial logs for details)
+
 Version 4.0.0 - 2016-05-02
 * Bug fixes (see mercurial logs for details)
 * Add Python3 support
diff --git a/INSTALL b/INSTALL
index bc3cdc4..315c4c8 100644
--- a/INSTALL
+++ b/INSTALL
@@ -24,7 +24,7 @@ site-packages directory on your system.
 For advanced options, please refer to the easy_install and/or the distutils
 documentation:
 
-  http://peak.telecommunity.com/DevCenter/EasyInstall
+  http://setuptools.readthedocs.io/en/latest/easy_install.html
   http://docs.python.org/inst/inst.html
 
 To use without installation, extract the archive into ``trytond/modules`` with
diff --git a/PKG-INFO b/PKG-INFO
index ee4f033..90411a0 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,12 +1,12 @@
 Metadata-Version: 1.1
 Name: trytond_sale_credit_limit
-Version: 4.0.0
+Version: 4.2.0
 Summary: Tryton module for sale credit limit
 Home-page: http://www.tryton.org/
 Author: Tryton
 Author-email: issue_tracker at tryton.org
 License: GPL-3
-Download-URL: http://downloads.tryton.org/4.0/
+Download-URL: http://downloads.tryton.org/4.2/
 Description: trytond_sale_credit_limit
         =========================
         
@@ -62,6 +62,7 @@ Classifier: Natural Language :: French
 Classifier: Natural Language :: German
 Classifier: Natural Language :: Hungarian
 Classifier: Natural Language :: Italian
+Classifier: Natural Language :: Polish
 Classifier: Natural Language :: Portuguese (Brazilian)
 Classifier: Natural Language :: Russian
 Classifier: Natural Language :: Slovenian
diff --git a/setup.py b/setup.py
index 8693e0c..874acca 100644
--- a/setup.py
+++ b/setup.py
@@ -89,6 +89,7 @@ setup(name=name,
         'Natural Language :: German',
         'Natural Language :: Hungarian',
         'Natural Language :: Italian',
+        'Natural Language :: Polish',
         'Natural Language :: Portuguese (Brazilian)',
         'Natural Language :: Russian',
         'Natural Language :: Slovenian',
diff --git a/tryton.cfg b/tryton.cfg
index 44fb748..9853b63 100644
--- a/tryton.cfg
+++ b/tryton.cfg
@@ -1,5 +1,5 @@
 [tryton]
-version=4.0.0
+version=4.2.0
 depends:
     ir
     account_credit_limit
diff --git a/trytond_sale_credit_limit.egg-info/PKG-INFO b/trytond_sale_credit_limit.egg-info/PKG-INFO
index f0555df..03d0006 100644
--- a/trytond_sale_credit_limit.egg-info/PKG-INFO
+++ b/trytond_sale_credit_limit.egg-info/PKG-INFO
@@ -1,12 +1,12 @@
 Metadata-Version: 1.1
 Name: trytond-sale-credit-limit
-Version: 4.0.0
+Version: 4.2.0
 Summary: Tryton module for sale credit limit
 Home-page: http://www.tryton.org/
 Author: Tryton
 Author-email: issue_tracker at tryton.org
 License: GPL-3
-Download-URL: http://downloads.tryton.org/4.0/
+Download-URL: http://downloads.tryton.org/4.2/
 Description: trytond_sale_credit_limit
         =========================
         
@@ -62,6 +62,7 @@ Classifier: Natural Language :: French
 Classifier: Natural Language :: German
 Classifier: Natural Language :: Hungarian
 Classifier: Natural Language :: Italian
+Classifier: Natural Language :: Polish
 Classifier: Natural Language :: Portuguese (Brazilian)
 Classifier: Natural Language :: Russian
 Classifier: Natural Language :: Slovenian
diff --git a/trytond_sale_credit_limit.egg-info/requires.txt b/trytond_sale_credit_limit.egg-info/requires.txt
index 355231b..d56b170 100644
--- a/trytond_sale_credit_limit.egg-info/requires.txt
+++ b/trytond_sale_credit_limit.egg-info/requires.txt
@@ -1,6 +1,6 @@
-trytond_account_credit_limit >= 4.0, < 4.1
-trytond_sale >= 4.0, < 4.1
-trytond_currency >= 4.0, < 4.1
-trytond_account_invoice >= 4.0, < 4.1
-trytond_company >= 4.0, < 4.1
-trytond >= 4.0, < 4.1
\ No newline at end of file
+trytond_account_credit_limit >= 4.2, < 4.3
+trytond_sale >= 4.2, < 4.3
+trytond_currency >= 4.2, < 4.3
+trytond_account_invoice >= 4.2, < 4.3
+trytond_company >= 4.2, < 4.3
+trytond >= 4.2, < 4.3
-- 
tryton-modules-sale-credit-limit



More information about the tryton-debian-vcs mailing list