Skip to content

Commit

Permalink
Release 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ljodal committed Mar 22, 2023
1 parent 7d9958d commit 4de90cf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.4] - 2023-03-22

### Fixed

- Fix crash in flake8 plugin on Python 3.11
Expand Down Expand Up @@ -37,7 +39,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Initial release

[Unreleased]: https://github.com/kolonialno/oida/compare/v0.1.3...HEAD
[Unreleased]: https://github.com/kolonialno/oida/compare/v0.1.4...HEAD
[0.1.4]: https://github.com/kolonialno/oida/compare/v0.1.3...v0.1.4
[0.1.3]: https://github.com/kolonialno/oida/compare/v0.1.2...v0.1.3
[0.1.2]: https://github.com/kolonialno/oida/compare/v0.1.1...v0.1.2
[0.1.1]: https://github.com/kolonialno/oida/compare/v0.1.0...v0.1.1
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "oida"
version = "0.1.3"
version = "0.1.4"
description = "Oida is Oda's linter that enforces code style and modularization in our Django projects."
authors = ["Oda <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 4de90cf

Please sign in to comment.