Skip to content

Commit

Permalink
Prepare v0.3.3 (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
10sr authored Dec 15, 2021
1 parent 6c19efe commit 11db232
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 @@ -8,6 +8,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## [Unreleased]


## [0.3.3] - 2021-12-15

### Fixed

- Remove more-itertools version constraint


## [0.3.2] - 2021-11-16

### Fixed
Expand Down Expand Up @@ -99,7 +106,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- First release


[unreleased]: https://github.com/10sr/flake8-no-implicit-concat/compare/v0.3.2...HEAD
[unreleased]: https://github.com/10sr/flake8-no-implicit-concat/compare/v0.3.3...HEAD
[0.3.3]: https://github.com/10sr/flake8-no-implicit-concat/compare/v0.3.2...v0.3.3
[0.3.2]: https://github.com/10sr/flake8-no-implicit-concat/compare/v0.3.1...v0.3.2
[0.3.1]: https://github.com/10sr/flake8-no-implicit-concat/compare/v0.3.0...v0.3.1
[0.3.0]: https://github.com/10sr/flake8-no-implicit-concat/compare/v0.2.1...v0.3.0
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.3.2"
__version__ = "0.3.3"

0 comments on commit 11db232

Please sign in to comment.