[tryton-debian-vcs] tryton-modules-sale-complaint branch debian updated. debian/4.2.0-1-3-g75b8f6f
Mathias Behrle
tryton-debian-vcs at alioth.debian.org
Tue Feb 14 10:39:42 UTC 2017
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-complaint.git;a=commitdiff;h=debian/4.2.0-1-3-g75b8f6f
commit 75b8f6f600a0a1bf6f5ea25b6db1a4cb66b2b472
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Wed Feb 8 11:05:35 2017 +0100
Releasing debian version 4.2.1-1.
Signed-off-by: Mathias Behrle <mathiasb at m9s.biz>
diff --git a/debian/changelog b/debian/changelog
index 460e0c7..ef4ac22 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+tryton-modules-sale-complaint (4.2.1-1) unstable; urgency=medium
+
+ * Merging upstream version 4.2.1.
+ * Updating copyright file.
+
+ -- Mathias Behrle <mathiasb at m9s.biz> Wed, 08 Feb 2017 11:05:35 +0100
+
tryton-modules-sale-complaint (4.2.0-1) unstable; urgency=medium
* Updating to Standards-Version: 3.9.8, no changes needed.
commit 6c3349f76e1c03fac70f85a3775114ebac988bb7
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Wed Feb 8 11:05:34 2017 +0100
Updating copyright file.
diff --git a/debian/copyright b/debian/copyright
index 41aa6a6..0540919 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,8 +1,8 @@
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Files: *
-Copyright: 2015-2016 Cédric Krier
- 2015-2016 B2CK SPRL
+Copyright: 2015-2017 Cédric Krier
+ 2015-2017 B2CK SPRL
License: GPL-3+
Files: debian/*
commit 80c370b2cda3da4d78bab5cc49c60f9d04a3b847
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Wed Feb 8 11:05:34 2017 +0100
Merging upstream version 4.2.1.
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