summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorSeth Morton <seth.m.morton@gmail.com>2019-03-03 19:30:10 -0800
committerSeth Morton <seth.m.morton@gmail.com>2019-03-03 19:32:01 -0800
commitf0ed13f0479e6bbb587cf415b3eae0027a905f82 (patch)
treeb52bfa5a4f1b3dd19a869254aff71f5141e238fd /setup.cfg
parent9f951deabe92f4184cb1f7b8e103ec4fcf5fbffc (diff)
downloadnatsort-f0ed13f0479e6bbb587cf415b3eae0027a905f82.tar.gz
Changelog dates are now %Y-%m-%d
This was supposed to have happened in the last PR, but I forgot...
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index da84d93..07bcc9a 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -52,7 +52,7 @@ search = Unreleased
replace = Unreleased
---
- [{new_version}] - {now:%%m-%%d-%%Y}
+ [{new_version}] - {now:%%Y-%%m-%%d}
[flake8]
max-line-length = 89