From a9a499ddc68f1401ffc7178ec2513c4ed8779a30 Mon Sep 17 00:00:00 2001 From: Ondrej Cifka Date: Wed, 22 Apr 2020 09:57:20 +0200 Subject: [PATCH] Release v0.1.1 --- CHANGELOG.md | 5 +++-- confugue/version.py | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a7be0e..276573b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [Unreleased] +## [0.1.1] ### Fixed - 'class' key being incorrectly reported as unused ([#3](https://github.com/cifkao/confugue/issues/3)). @@ -16,4 +16,5 @@ [0.1.0]: https://github.com/cifkao/confugue/compare/v0.0.1...v0.1.0 -[unreleased]: https://github.com/cifkao/confugue/compare/v0.1.0...HEAD +[0.1.1]: https://github.com/cifkao/confugue/compare/v0.1.0...v0.1.1 +[unreleased]: https://github.com/cifkao/confugue/compare/v0.1.1...HEAD diff --git a/confugue/version.py b/confugue/version.py index b794fd4..df9144c 100644 --- a/confugue/version.py +++ b/confugue/version.py @@ -1 +1 @@ -__version__ = '0.1.0' +__version__ = '0.1.1'