diff -Nru tryton-modules-project-invoice-5.0.1/CHANGELOG tryton-modules-project-invoice-5.0.2/CHANGELOG --- tryton-modules-project-invoice-5.0.1/CHANGELOG 2019-02-19 21:07:12.000000000 +0000 +++ tryton-modules-project-invoice-5.0.2/CHANGELOG 2020-04-04 15:58:05.000000000 +0000 @@ -1,3 +1,6 @@ +Version 5.0.2 - 2020-04-04 +* Bug fixes (see mercurial logs for details) + Version 5.0.1 - 2019-02-19 * Bug fixes (see mercurial logs for details) diff -Nru tryton-modules-project-invoice-5.0.1/COPYRIGHT tryton-modules-project-invoice-5.0.2/COPYRIGHT --- tryton-modules-project-invoice-5.0.1/COPYRIGHT 2019-02-19 21:07:12.000000000 +0000 +++ tryton-modules-project-invoice-5.0.2/COPYRIGHT 2020-04-04 15:58:04.000000000 +0000 @@ -1,5 +1,5 @@ -Copyright (C) 2013-2019 Cédric Krier. -Copyright (C) 2013-2019 B2CK SPRL. +Copyright (C) 2013-2020 Cédric Krier. +Copyright (C) 2013-2020 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 -Nru tryton-modules-project-invoice-5.0.1/debian/changelog tryton-modules-project-invoice-5.0.2/debian/changelog --- tryton-modules-project-invoice-5.0.1/debian/changelog 2019-07-22 10:17:15.000000000 +0000 +++ tryton-modules-project-invoice-5.0.2/debian/changelog 2020-04-05 11:26:30.000000000 +0000 @@ -1,3 +1,10 @@ +tryton-modules-project-invoice (5.0.2-1) unstable; urgency=medium + + * Merging upstream version 5.0.2. + * Updating copyright file. + + -- Mathias Behrle Sun, 05 Apr 2020 13:26:30 +0200 + tryton-modules-project-invoice (5.0.1-2) unstable; urgency=medium * Add the actual upstream maintainer key to signing-key.asc. diff -Nru tryton-modules-project-invoice-5.0.1/debian/copyright tryton-modules-project-invoice-5.0.2/debian/copyright --- tryton-modules-project-invoice-5.0.1/debian/copyright 2019-07-20 11:51:22.000000000 +0000 +++ tryton-modules-project-invoice-5.0.2/debian/copyright 2020-04-05 11:26:29.000000000 +0000 @@ -1,8 +1,8 @@ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Files: * -Copyright: 2013-2019 Cédric Krier - 2013-2019 B2CK SPRL +Copyright: 2013-2020 Cédric Krier + 2013-2020 B2CK SPRL License: GPL-3+ Files: debian/* diff -Nru tryton-modules-project-invoice-5.0.1/.drone.yml tryton-modules-project-invoice-5.0.2/.drone.yml --- tryton-modules-project-invoice-5.0.1/.drone.yml 2018-10-01 13:51:17.000000000 +0000 +++ tryton-modules-project-invoice-5.0.2/.drone.yml 2020-03-01 15:46:07.000000000 +0000 @@ -19,6 +19,8 @@ services: postgresql: image: postgres + environment: + - POSTGRES_HOST_AUTH_METHOD=trust when: matrix: DATABASE: postgresql diff -Nru tryton-modules-project-invoice-5.0.1/.hgtags tryton-modules-project-invoice-5.0.2/.hgtags --- tryton-modules-project-invoice-5.0.1/.hgtags 2019-02-19 21:07:13.000000000 +0000 +++ tryton-modules-project-invoice-5.0.2/.hgtags 2020-04-04 15:58:05.000000000 +0000 @@ -11,3 +11,4 @@ e411cb53d4f12391b19ca869955912bcb76fd026 4.8.0 691960f74e085ff9017b4396446b2c0c705fde22 5.0.0 2c8f71725482aa3d33f4ead8ad2ef6437c10abf8 5.0.1 +82d6386cb12f6835f6e1d5b3368f76fb77f76734 5.0.2 diff -Nru tryton-modules-project-invoice-5.0.1/PKG-INFO tryton-modules-project-invoice-5.0.2/PKG-INFO --- tryton-modules-project-invoice-5.0.1/PKG-INFO 2019-02-19 21:07:14.000000000 +0000 +++ tryton-modules-project-invoice-5.0.2/PKG-INFO 2020-04-04 15:58:06.000000000 +0000 @@ -1,6 +1,6 @@ Metadata-Version: 1.2 Name: trytond_project_invoice -Version: 5.0.1 +Version: 5.0.2 Summary: Tryton module to invoice projects Home-page: http://www.tryton.org/ Author: Tryton diff -Nru tryton-modules-project-invoice-5.0.1/tryton.cfg tryton-modules-project-invoice-5.0.2/tryton.cfg --- tryton-modules-project-invoice-5.0.1/tryton.cfg 2018-10-01 13:52:28.000000000 +0000 +++ tryton-modules-project-invoice-5.0.2/tryton.cfg 2019-02-19 21:07:21.000000000 +0000 @@ -1,5 +1,5 @@ [tryton] -version=5.0.1 +version=5.0.2 depends: ir project diff -Nru tryton-modules-project-invoice-5.0.1/trytond_project_invoice.egg-info/PKG-INFO tryton-modules-project-invoice-5.0.2/trytond_project_invoice.egg-info/PKG-INFO --- tryton-modules-project-invoice-5.0.1/trytond_project_invoice.egg-info/PKG-INFO 2019-02-19 21:07:13.000000000 +0000 +++ tryton-modules-project-invoice-5.0.2/trytond_project_invoice.egg-info/PKG-INFO 2020-04-04 15:58:06.000000000 +0000 @@ -1,6 +1,6 @@ Metadata-Version: 1.2 Name: trytond-project-invoice -Version: 5.0.1 +Version: 5.0.2 Summary: Tryton module to invoice projects Home-page: http://www.tryton.org/ Author: Tryton