summaryrefslogtreecommitdiff
path: root/.config/vim/templates/changelog/change.py
diff options
context:
space:
mode:
Diffstat (limited to '.config/vim/templates/changelog/change.py')
-rwxr-xr-x.config/vim/templates/changelog/change.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/.config/vim/templates/changelog/change.py b/.config/vim/templates/changelog/change.py
new file mode 100755
index 0000000..ea0e7ca
--- /dev/null
+++ b/.config/vim/templates/changelog/change.py
@@ -0,0 +1,3 @@
+import datetime
+print " %s; Phillip Berndt <phillip.berndt@gmail.com>:" % datetime.date.today().strftime("%d. %b %Y")
+print " <++>"