[tryton-debian-vcs] tryton-modules-purchase-request branch upstream updated. upstream/4.0.1-1-g183cd69
Mathias Behrle
tryton-debian-vcs at alioth.debian.org
Mon Aug 8 09:34:08 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-purchase-request.git;a=commitdiff;h=upstream/4.0.1-1-g183cd69
commit 183cd6912a1ae0a963dc43b14e235f9749adfed7
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Fri Aug 5 12:20:05 2016 +0200
Adding upstream version 4.0.2.
Signed-off-by: Mathias Behrle <mathiasb at m9s.biz>
diff --git a/CHANGELOG b/CHANGELOG
index af12f3a..3ea6f3a 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+Version 4.0.2 - 2016-08-02
+* Bug fixes (see mercurial logs for details)
+
Version 4.0.1 - 2016-05-11
* Bug fixes (see mercurial logs for details)
diff --git a/PKG-INFO b/PKG-INFO
index 6d8193d..9ab2eae 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: trytond_purchase_request
-Version: 4.0.1
+Version: 4.0.2
Summary: Tryton module for purchase requests
Home-page: http://www.tryton.org/
Author: Tryton
diff --git a/tests/test_purchase_request.py b/tests/test_purchase_request.py
index 44f58f7..f3138a0 100644
--- a/tests/test_purchase_request.py
+++ b/tests/test_purchase_request.py
@@ -8,6 +8,7 @@ import doctest
from trytond.tests.test_tryton import ModuleTestCase
from trytond.tests.test_tryton import suite as test_suite
from trytond.tests.test_tryton import doctest_setup, doctest_teardown
+from trytond.tests.test_tryton import doctest_checker
class PurchaseRequestTestCase(ModuleTestCase):
@@ -22,5 +23,6 @@ def suite():
suite.addTests(doctest.DocFileSuite(
'scenario_purchase_request.rst',
setUp=doctest_setup, tearDown=doctest_teardown, encoding='utf-8',
+ checker=doctest_checker,
optionflags=doctest.REPORT_ONLY_FIRST_FAILURE))
return suite
diff --git a/tryton.cfg b/tryton.cfg
index e59cba6..3a56111 100644
--- a/tryton.cfg
+++ b/tryton.cfg
@@ -1,5 +1,5 @@
[tryton]
-version=4.0.1
+version=4.0.2
depends:
ir
purchase
diff --git a/trytond_purchase_request.egg-info/PKG-INFO b/trytond_purchase_request.egg-info/PKG-INFO
index 597abc5..3629821 100644
--- a/trytond_purchase_request.egg-info/PKG-INFO
+++ b/trytond_purchase_request.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: trytond-purchase-request
-Version: 4.0.1
+Version: 4.0.2
Summary: Tryton module for purchase requests
Home-page: http://www.tryton.org/
Author: Tryton
--
tryton-modules-purchase-request
More information about the tryton-debian-vcs
mailing list