From 7c41bc26c7729da3d9f75176c670e47995f38d40 Mon Sep 17 00:00:00 2001 From: Sergi Almacellas Abellana Date: Wed, 5 Nov 2014 17:25:11 +0100 Subject: [PATCH] Migrate to version 3.4 --- CHANGELOG | 1 + tests/test_sale_opportunity_purchase_relation_margin.py | 5 +++-- tryton.cfg | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 909b4eb..f00efff 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1 +1,2 @@ +Version 3.4.0 - 2014-11-03 * Initial release diff --git a/tests/test_sale_opportunity_purchase_relation_margin.py b/tests/test_sale_opportunity_purchase_relation_margin.py index 811945e..8ee9a43 100644 --- a/tests/test_sale_opportunity_purchase_relation_margin.py +++ b/tests/test_sale_opportunity_purchase_relation_margin.py @@ -3,7 +3,8 @@ import unittest import doctest import trytond.tests.test_tryton -from trytond.tests.test_tryton import test_depends, doctest_dropdb +from trytond.tests.test_tryton import test_depends +from trytond.tests.test_tryton import doctest_setup, doctest_teardown class TestCase(unittest.TestCase): @@ -23,6 +24,6 @@ def suite(): suite.addTests(unittest.TestLoader().loadTestsFromTestCase(TestCase)) suite.addTests(doctest.DocFileSuite( 'scenario_sale_opportunity_purchase_relation_margin.rst', - setUp=doctest_dropdb, tearDown=doctest_dropdb, encoding='utf-8', + setUp=doctest_setup, tearDown=doctest_teardown, encoding='utf-8', optionflags=doctest.REPORT_ONLY_FIRST_FAILURE)) return suite diff --git a/tryton.cfg b/tryton.cfg index 3a652c7..39668ab 100644 --- a/tryton.cfg +++ b/tryton.cfg @@ -1,5 +1,5 @@ [tryton] -version=3.2.0 +version=3.4.0 depends: sale_margin sale_opportunity_purchase_relation