[tryton-debian-vcs] tryton-modules-sale-complaint branch upstream-4.0 updated. upstream/4.0.2-1-gabf14c8
Mathias Behrle
tryton-debian-vcs at alioth.debian.org
Tue Feb 14 10:39:43 UTC 2017
The following commit has been merged in the upstream-4.0 branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/tryton-modules-sale-complaint.git;a=commitdiff;h=upstream/4.0.2-1-gabf14c8
commit abf14c8120e03758f14ce4594c93f691c9dc28be
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Wed Feb 8 11:06:46 2017 +0100
Adding upstream version 4.0.3.
Signed-off-by: Mathias Behrle <mathiasb at m9s.biz>
diff --git a/CHANGELOG b/CHANGELOG
index 0ea5b11..754dec8 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+Version 4.0.3 - 2017-02-06
+* Bug fixes (see mercurial logs for details)
+
Version 4.0.2 - 2017-01-03
* Bug fixes (see mercurial logs for details)
diff --git a/COPYRIGHT b/COPYRIGHT
index be9339f..f568502 100644
--- a/COPYRIGHT
+++ b/COPYRIGHT
@@ -1,5 +1,5 @@
-Copyright (C) 2015-2016 Cédric Krier.
-Copyright (C) 2015-2016 B2CK SPRL.
+Copyright (C) 2015-2017 Cédric Krier.
+Copyright (C) 2015-2017 B2CK SPRL.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/PKG-INFO b/PKG-INFO
index 53f4349..4682dff 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: trytond_sale_complaint
-Version: 4.0.2
+Version: 4.0.3
Summary: Tryton module for sale complaint
Home-page: http://www.tryton.org/
Author: Tryton
diff --git a/setup.py b/setup.py
index 52b8aa8..7537bbf 100644
--- a/setup.py
+++ b/setup.py
@@ -121,7 +121,7 @@ setup(name=name,
test_loader='trytond.test_loader:Loader',
tests_require=tests_require,
use_2to3=True,
- convert_2to3_doctest=[
+ convert_2to3_doctests=[
'tests/scenario_sale_complaint.rst',
],
)
diff --git a/tryton.cfg b/tryton.cfg
index 148ee06..2a94d5d 100644
--- a/tryton.cfg
+++ b/tryton.cfg
@@ -1,5 +1,5 @@
[tryton]
-version=4.0.2
+version=4.0.3
depends:
account_invoice
company
diff --git a/trytond_sale_complaint.egg-info/PKG-INFO b/trytond_sale_complaint.egg-info/PKG-INFO
index 152f6f6..255cecc 100644
--- a/trytond_sale_complaint.egg-info/PKG-INFO
+++ b/trytond_sale_complaint.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: trytond-sale-complaint
-Version: 4.0.2
+Version: 4.0.3
Summary: Tryton module for sale complaint
Home-page: http://www.tryton.org/
Author: Tryton
--
tryton-modules-sale-complaint
More information about the tryton-debian-vcs
mailing list