[tryton-debian-vcs] tryton-modules-account-payment-sepa-cfonb branch debian updated. debian/4.2.0-1-2-gbc3270c

Mathias Behrle tryton-debian-vcs at alioth.debian.org
Wed Jun 7 13:32:05 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-account-payment-sepa-cfonb.git;a=commitdiff;h=debian/4.2.0-1-2-gbc3270c

commit bc3270c8e37a9324166d2834a2d14e3335a05376
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Wed Jun 7 15:25:57 2017 +0200

    Merging upstream version 4.4.0.

diff --git a/CHANGELOG b/CHANGELOG
index baf41b3..a8969ee 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+Version 4.4.0 - 2017-05-01
+* 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 a29b425..02ee8f6 100644
--- a/COPYRIGHT
+++ b/COPYRIGHT
@@ -1,5 +1,5 @@
 Copyright (C) 2014-2016 Cédric Krier.
-Copyright (C) 2014-2016 B2CK SPRL.
+Copyright (C) 2014-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 c0785be..662eced 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,12 +1,12 @@
 Metadata-Version: 1.1
 Name: trytond_account_payment_sepa_cfonb
-Version: 4.2.0
+Version: 4.4.0
 Summary: Tryton module for CFONB SEPA payment
 Home-page: http://www.tryton.org/
 Author: Tryton
 Author-email: issue_tracker at tryton.org
 License: GPL-3
-Download-URL: http://downloads.tryton.org/4.2/
+Download-URL: http://downloads.tryton.org/4.4/
 Description: trytond_account_payment_sepa_cfonb
         ==================================
         
@@ -51,7 +51,7 @@ Classifier: Framework :: Tryton
 Classifier: Intended Audience :: Developers
 Classifier: Intended Audience :: Financial and Insurance Industry
 Classifier: Intended Audience :: Legal Industry
-Classifier: License :: OSI Approved :: GNU General Public License (GPL)
+Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
 Classifier: Natural Language :: Bulgarian
 Classifier: Natural Language :: Catalan
 Classifier: Natural Language :: Chinese (Simplified)
diff --git a/setup.py b/setup.py
index f7ef9dc..1176bcd 100644
--- a/setup.py
+++ b/setup.py
@@ -81,7 +81,7 @@ setup(name=name,
         'Intended Audience :: Developers',
         'Intended Audience :: Financial and Insurance Industry',
         'Intended Audience :: Legal Industry',
-        'License :: OSI Approved :: GNU General Public License (GPL)',
+        'License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)',
         'Natural Language :: Bulgarian',
         'Natural Language :: Catalan',
         'Natural Language :: Chinese (Simplified)',
diff --git a/tryton.cfg b/tryton.cfg
index 7168dfc..3010d36 100644
--- a/tryton.cfg
+++ b/tryton.cfg
@@ -1,5 +1,5 @@
 [tryton]
-version=4.2.0
+version=4.4.0
 depends:
     account_payment
     account_payment_sepa
diff --git a/trytond_account_payment_sepa_cfonb.egg-info/PKG-INFO b/trytond_account_payment_sepa_cfonb.egg-info/PKG-INFO
index 6fd122d..1f9317f 100644
--- a/trytond_account_payment_sepa_cfonb.egg-info/PKG-INFO
+++ b/trytond_account_payment_sepa_cfonb.egg-info/PKG-INFO
@@ -1,12 +1,12 @@
 Metadata-Version: 1.1
 Name: trytond-account-payment-sepa-cfonb
-Version: 4.2.0
+Version: 4.4.0
 Summary: Tryton module for CFONB SEPA payment
 Home-page: http://www.tryton.org/
 Author: Tryton
 Author-email: issue_tracker at tryton.org
 License: GPL-3
-Download-URL: http://downloads.tryton.org/4.2/
+Download-URL: http://downloads.tryton.org/4.4/
 Description: trytond_account_payment_sepa_cfonb
         ==================================
         
@@ -51,7 +51,7 @@ Classifier: Framework :: Tryton
 Classifier: Intended Audience :: Developers
 Classifier: Intended Audience :: Financial and Insurance Industry
 Classifier: Intended Audience :: Legal Industry
-Classifier: License :: OSI Approved :: GNU General Public License (GPL)
+Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
 Classifier: Natural Language :: Bulgarian
 Classifier: Natural Language :: Catalan
 Classifier: Natural Language :: Chinese (Simplified)
diff --git a/trytond_account_payment_sepa_cfonb.egg-info/requires.txt b/trytond_account_payment_sepa_cfonb.egg-info/requires.txt
index 32dc3b8..e71f487 100644
--- a/trytond_account_payment_sepa_cfonb.egg-info/requires.txt
+++ b/trytond_account_payment_sepa_cfonb.egg-info/requires.txt
@@ -1,8 +1,8 @@
 Genshi
 lxml
-trytond_account_payment >= 4.2, < 4.3
-trytond_account_payment_sepa >= 4.2, < 4.3
-trytond_company >= 4.2, < 4.3
-trytond_bank >= 4.2, < 4.3
-trytond_party >= 4.2, < 4.3
-trytond >= 4.2, < 4.3
+trytond_account_payment >= 4.4, < 4.5
+trytond_account_payment_sepa >= 4.4, < 4.5
+trytond_company >= 4.4, < 4.5
+trytond_bank >= 4.4, < 4.5
+trytond_party >= 4.4, < 4.5
+trytond >= 4.4, < 4.5
-- 
tryton-modules-account-payment-sepa-cfonb



More information about the tryton-debian-vcs mailing list