Skip to content

Commit

Permalink
Merge pull request #38 from 10sr/preparev021
Browse files Browse the repository at this point in the history
Prepare v0.2.1
  • Loading branch information
10sr authored Oct 7, 2021
2 parents e9d98a3 + a4fc4d6 commit 781f713
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 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.2.1] - 2020-10-01

### Added

- Add python 3.10 support


## [0.2.0] - 2020-10-01

### changed
Expand Down Expand Up @@ -71,7 +78,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.2.0...HEAD
[unreleased]: https://github.com/10sr/flake8-no-implicit-concat/compare/v0.2.1...HEAD
[0.2.1]: https://github.com/10sr/flake8-no-implicit-concat/compare/v0.2.0...v0.2.1
[0.2.0]: https://github.com/10sr/flake8-no-implicit-concat/compare/v0.1.5...v0.2.0
[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
Expand Down
2 changes: 0 additions & 2 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
include README.md
include Makefile
include Pipfile
include Pipfile.lock

graft tests

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.2.0"
__version__ = "0.2.1"

0 comments on commit 781f713

Please sign in to comment.