From 0e75ae3c76ce864c4a5ecb48808375f5aef18d87 Mon Sep 17 00:00:00 2001 From: Seth Morton Date: Sat, 2 Mar 2019 22:26:13 -0800 Subject: Add a bumpversion wrapper script This script calls bumpversion, but also updates the comparison links list at the end of the CHANGELOG.md because bumpversion cannot really handle two different search/replace patterns in the same file. --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ba30a7..74d18b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -[Unreleased] +Unreleased --- ### Changed @@ -474,7 +474,7 @@ a pipeline by which to filter ### Changed - Sorting algorithm to support floats (including exponentials) and basic version number support -[Unreleased]: https://github.com/SethMMorton/natsort/compare/6.0.0...HEAD + [6.0.0]: https://github.com/SethMMorton/natsort/compare/5.5.0...6.0.0 [5.5.0]: https://github.com/SethMMorton/natsort/compare/5.4.1...5.5.0 [5.4.1]: https://github.com/SethMMorton/natsort/compare/5.4.0...5.4.1 -- cgit v1.2.1