[tryton-debian-vcs] tryton-modules-sale-credit-limit branch debian updated. b82df1be0e8fed431c21fa2386fde2ed40b6404a

Mathias Behrle tryton-debian-vcs at alioth.debian.org
Thu Oct 23 12:17:50 UTC 2014


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=b82df1be0e8fed431c21fa2386fde2ed40b6404a

commit b82df1be0e8fed431c21fa2386fde2ed40b6404a
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Thu Oct 23 13:32:07 2014 +0200

    Releasing debian version 3.4.0-1.
    
    Signed-off-by: Mathias Behrle <mathiasb at m9s.biz>

diff --git a/debian/changelog b/debian/changelog
index 889bd60..cc5394c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+tryton-modules-sale-credit-limit (3.4.0-1) unstable; urgency=medium
+
+  * Updating signing key while using now plain .asc files instead of .pgp
+    binaries.
+  * Adding actual upstream signing key.
+  * Updating to Standards-Version: 3.9.6, no changes needed.
+  * Merging upstream version 3.4.0.
+
+ -- Mathias Behrle <mathiasb at m9s.biz>  Tue, 21 Oct 2014 20:24:23 +0200
+
 tryton-modules-sale-credit-limit (3.2.0-1) unstable; urgency=medium
 
   * Initial release (Closes: #742740).
commit 852db40e458c5ba120f55a4d57436af2c63af5d7
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Tue Oct 21 11:29:19 2014 +0200

    Merging upstream version 3.4.0.

diff --git a/CHANGELOG b/CHANGELOG
index 18cc18b..b9db783 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,2 +1,5 @@
+Version 3.4.0 - 2014-10-20
+* Bug fixes (see mercurial logs for details)
+
 Version 3.2.0 - 2014-04-21
 * Initial release
\ No newline at end of file
diff --git a/PKG-INFO b/PKG-INFO
index 0393adc..f24b64b 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,12 +1,12 @@
 Metadata-Version: 1.1
 Name: trytond_sale_credit_limit
-Version: 3.2.0
+Version: 3.4.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/3.2/
+Download-URL: http://downloads.tryton.org/3.4/
 Description: trytond_sale_credit_limit
         =========================
         
diff --git a/tests/test_sale_credit_limit.py b/tests/test_sale_credit_limit.py
index 1670e9d..1a65a44 100644
--- a/tests/test_sale_credit_limit.py
+++ b/tests/test_sale_credit_limit.py
@@ -60,7 +60,6 @@ class SaleCreditLimitTestCase(unittest.TestCase):
                                         }, {
                                         'credit': Decimal('100'),
                                         'account': revenue.id,
-                                        'party': party.id,
                                         }]),
                             ],
                         }])
diff --git a/tryton.cfg b/tryton.cfg
index f8139bd..2447024 100644
--- a/tryton.cfg
+++ b/tryton.cfg
@@ -1,5 +1,5 @@
 [tryton]
-version=3.2.0
+version=3.4.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 5deb7e7..bde057e 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: 3.2.0
+Version: 3.4.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/3.2/
+Download-URL: http://downloads.tryton.org/3.4/
 Description: trytond_sale_credit_limit
         =========================
         
diff --git a/trytond_sale_credit_limit.egg-info/SOURCES.txt b/trytond_sale_credit_limit.egg-info/SOURCES.txt
index 158526f..7898d60 100644
--- a/trytond_sale_credit_limit.egg-info/SOURCES.txt
+++ b/trytond_sale_credit_limit.egg-info/SOURCES.txt
@@ -9,6 +9,7 @@ tryton.cfg
 ./__init__.py
 ./party.py
 ./sale.py
+./tryton.cfg
 ./tests/__init__.py
 ./tests/test_sale_credit_limit.py
 doc/index.rst
diff --git a/trytond_sale_credit_limit.egg-info/requires.txt b/trytond_sale_credit_limit.egg-info/requires.txt
index dbffc0f..2f332fb 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 >= 3.2, < 3.3
-trytond_sale >= 3.2, < 3.3
-trytond_currency >= 3.2, < 3.3
-trytond_account_invoice >= 3.2, < 3.3
-trytond_company >= 3.2, < 3.3
-trytond >= 3.2, < 3.3
\ No newline at end of file
+trytond_account_credit_limit >= 3.4, < 3.5
+trytond_sale >= 3.4, < 3.5
+trytond_currency >= 3.4, < 3.5
+trytond_account_invoice >= 3.4, < 3.5
+trytond_company >= 3.4, < 3.5
+trytond >= 3.4, < 3.5
\ No newline at end of file
-- 
tryton-modules-sale-credit-limit



More information about the tryton-debian-vcs mailing list