From 4afc1f31c4c4688e64700ab4780c9fbcfbc61979 Mon Sep 17 00:00:00 2001 From: 10sr <8.slashes@gmail.com> Date: Thu, 21 May 2020 16:33:10 +0900 Subject: [PATCH] Prepare v0.1.2 --- CHANGELOG.md | 6 +++++- flake8_no_implicit_concat/__init__.py | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0505a48..f99196f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] + +## [0.1.2] - 2020-05-21 + ### Fixed - Fix License in setup.cfg @@ -36,6 +39,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - First release. -[unreleased]: https://github.com/10sr/flake8-no-implicit-concat/compare/v0.1.1...HEAD +[unreleased]: https://github.com/10sr/flake8-no-implicit-concat/compare/v0.1.2...HEAD +[0.1.2]: https://github.com/10sr/flake8-no-implicit-concat/compare/v0.1.1...v0.1.2 [0.1.1]: https://github.com/10sr/flake8-no-implicit-concat/compare/v0.1.0...v0.1.1 [0.1.0]: https://github.com/10sr/flake8-no-implicit-concat/releases/tag/v0.1.0 diff --git a/flake8_no_implicit_concat/__init__.py b/flake8_no_implicit_concat/__init__.py index 9b515f4..2644def 100644 --- a/flake8_no_implicit_concat/__init__.py +++ b/flake8_no_implicit_concat/__init__.py @@ -4,4 +4,4 @@ Forbid implicitly concatenated string literals in all cases. """ -__version__ = "0.1.1" +__version__ = "0.1.2"