Skip to content

Commit

Permalink
Merge pull request #23 from 10sr/prepare015
Browse files Browse the repository at this point in the history
Prepare v0.1.5
  • Loading branch information
10sr authored Sep 19, 2021
2 parents c174536 + 21650bd commit d25bcd7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]


## [0.1.5] - 2020-08-19

### Added

- Add python 3.9 support


## [0.1.4] - 2020-08-19

### Added
Expand Down Expand Up @@ -56,7 +63,8 @@ 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.4...HEAD
[unreleased]: https://github.com/10sr/flake8-no-implicit-concat/compare/v0.1.5...HEAD
[0.1.5]: https://github.com/10sr/flake8-no-implicit-concat/compare/v0.1.4...v0.1.5
[0.1.4]: https://github.com/10sr/flake8-no-implicit-concat/compare/v0.1.3...v0.1.4
[0.1.3]: https://github.com/10sr/flake8-no-implicit-concat/compare/v0.1.2...v0.1.3
[0.1.2]: https://github.com/10sr/flake8-no-implicit-concat/compare/v0.1.1...v0.1.2
Expand Down
2 changes: 1 addition & 1 deletion flake8_no_implicit_concat/_version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""NIC version."""

__version__ = "0.1.4"
__version__ = "0.1.5"

0 comments on commit d25bcd7

Please sign in to comment.