We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47ca0cd commit d178db6Copy full SHA for d178db6
extra/make-changelog.py
@@ -25,4 +25,5 @@
25
wrap(log, initial_indent=' * ', subsequent_indent=' ')))
26
print('')
27
28
-print(' -- David Paleino <[email protected]> ', formatdate(localtime=True))
+print(' -- David Paleino <[email protected]> %s' %
29
+ formatdate(localtime=True))
0 commit comments