Skip to content

Commit

Permalink
Prepare v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
10sr committed May 21, 2020
1 parent 3957e33 commit 4afc1f3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion flake8_no_implicit_concat/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
Forbid implicitly concatenated string literals in all cases.
"""

__version__ = "0.1.1"
__version__ = "0.1.2"

0 comments on commit 4afc1f3

Please sign in to comment.