From 10354bce0d352d8b5d72ecb43ad4c149b3bb23c7 Mon Sep 17 00:00:00 2001 From: Adam Walsh Date: Sat, 11 Jan 2020 19:20:43 -0600 Subject: [PATCH] Update CHANGELOG and setup.py for release v0.2.1 --- CHANGELOG.md | 5 ++++- setup.py | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d096e78..b47c3f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [0.2.1] - 2020-01-11 ### Fixed - Issue where `copy` would not correctly copy release text with new lines @@ -31,7 +33,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - This Changelog and initial project files -[Unreleased]: https://github.com/atwalsh/kac/compare/v0.2.0...master +[Unreleased]: https://github.com/atwalsh/kac/compare/v0.2.1...master +[0.2.1]: https://github.com/atwalsh/kac/compare/v0.2.0...v0.2.1 [0.2.0]: https://github.com/atwalsh/kac/compare/v0.1.3...v0.2.0 [0.1.3]: https://github.com/atwalsh/kac/compare/v0.1.2...v0.1.3 [0.1.2]: https://github.com/atwalsh/kac/compare/v0.1.1...v0.1.2 diff --git a/setup.py b/setup.py index 5f667ed..58c176c 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name='kac', - version='0.2.0', + version='0.2.1', author="Adam Walsh", author_email="adam@grid.sh", description="Automatic version bumping for Keep-a-Changelog style Changelog files.",