[tryton-debian-vcs] tryton-modules-sale-credit-limit branch debian updated. debian/4.0.0-1-3-gb69d9d3
Mathias Behrle
tryton-debian-vcs at alioth.debian.org
Tue Dec 6 16:04:36 UTC 2016
The following commit has been merged in the debian branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/tryton-modules-sale-credit-limit.git;a=commitdiff;h=debian/4.0.0-1-3-gb69d9d3
commit b69d9d3b0fa18913d09ccb9a5b2cd43fe7d8ad98
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Tue Dec 6 10:58:24 2016 +0100
Releasing debian version 4.2.0-1.
Signed-off-by: Mathias Behrle <mathiasb at m9s.biz>
diff --git a/debian/changelog b/debian/changelog
index 037c9aa..cd8b223 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+tryton-modules-sale-credit-limit (4.2.0-1) unstable; urgency=medium
+
+ * Updating to Standards-Version: 3.9.8, no changes needed.
+ * Merging upstream version 4.2.0.
+
+ -- Mathias Behrle <mathiasb at m9s.biz> Mon, 05 Dec 2016 15:31:31 +0100
+
tryton-modules-sale-credit-limit (4.0.0-1) unstable; urgency=medium
* Updating signing-key.asc with the actual upstream maintainer keys.
commit 68b148a8977c1bbd203fb338c189bff33440ed50
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Mon Dec 5 09:34:41 2016 +0100
Merging upstream version 4.2.0.
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