Skip to content

Commit

Permalink
Prepare v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
10sr committed May 18, 2020
1 parent bf153b2 commit 2b24e43
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]


## [0.0.1] - 2020-05-17
## [0.1.0] - 2020-05-18

### Added

- Update README


## 0.0.1 - 2020-05-17

- First release.


[unreleased]: https://github.com/10sr/flake8-no-implicit-concat/compare/v0.0.1...HEAD
[0.0.1]: https://github.com/10sr/flake8-no-implicit-concat/releases/tag/v0.0.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.0.1"
__version__ = "0.1.0"

0 comments on commit 2b24e43

Please sign in to comment.