[tryton-debian-vcs] tryton-modules-sale-complaint branch upstream updated. upstream/4.2.0-1-g6fac8c2
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 branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/tryton-modules-sale-complaint.git;a=commitdiff;h=upstream/4.2.0-1-g6fac8c2
commit 6fac8c2f8f8c8faf6681230f7343454d7d6300b7
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Wed Feb 8 11:05:34 2017 +0100
Adding upstream version 4.2.1.
Signed-off-by: Mathias Behrle <mathiasb at m9s.biz>
diff --git a/CHANGELOG b/CHANGELOG
index 824f0ad..7f8361b 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+Version 4.2.1 - 2017-02-06
+* Bug fixes (see mercurial logs for details)
+
Version 4.2.0 - 2016-11-28
* 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 9145f5b..6e9350e 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: trytond_sale_complaint
-Version: 4.2.0
+Version: 4.2.1
Summary: Tryton module for sale complaint
Home-page: http://www.tryton.org/
Author: Tryton
diff --git a/setup.py b/setup.py
index a40ff4a..5044a6f 100644
--- a/setup.py
+++ b/setup.py
@@ -122,7 +122,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 4153dce..91d0aa5 100644
--- a/tryton.cfg
+++ b/tryton.cfg
@@ -1,5 +1,5 @@
[tryton]
-version=4.2.0
+version=4.2.1
depends:
account_invoice
company
diff --git a/trytond_sale_complaint.egg-info/PKG-INFO b/trytond_sale_complaint.egg-info/PKG-INFO
index 634b10c..3b04882 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.2.0
+Version: 4.2.1
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