changeset 16e59109a00d in tryton-tools:default
details: https://hg.tryton.org/tryton-tools?cmd=changeset;node=16e59109a00d
description:
        Add EOL to "Initial release" changelog
diffstat:

 update_changelog |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (13 lines):

diff -r 5409ef2afa34 -r 16e59109a00d update_changelog
--- a/update_changelog  Thu Oct 08 22:12:00 2020 +0200
+++ b/update_changelog  Tue Dec 29 11:27:49 2020 +0100
@@ -22,7 +22,8 @@
 
 if not os.path.exists('CHANGELOG'):
     changelog = ('''Version %s - %s
-* Initial release''' % (version, datetime.date.today()))
+* Initial release
+''' % (version, datetime.date.today()))
 else:
     with open('CHANGELOG') as fp:
         changelog = fp.read()

Reply via email to