Skip to content

Commit

Permalink
Release v0.4.1 (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
gtronset committed May 15, 2023
1 parent 830b5d4 commit ce813e4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.4.1] - 2023-05-15

### Changed

- Refactor fields to allow Beets Item values <https://github.com/gtronset/beets-filetote/pull/90>
Expand Down Expand Up @@ -118,7 +120,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

<!-- Release Links -->

[unreleased]: https://github.com/gtronset/beets-filetote/compare/v0.4.0...HEAD
[unreleased]: https://github.com/gtronset/beets-filetote/compare/v0.4.1...HEAD
[0.4.1]: https://github.com/gtronset/beets-filetote/releases/tag/v0.4.1
[0.4.0]: https://github.com/gtronset/beets-filetote/releases/tag/v0.4.0
[0.3.3]: https://github.com/gtronset/beets-filetote/releases/tag/v0.3.3
[0.3.2]: https://github.com/gtronset/beets-filetote/releases/tag/v0.3.2
Expand Down
2 changes: 1 addition & 1 deletion beetsplug/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

__path__ = extend_path(__path__, __name__)

__version__ = "0.4.0"
__version__ = "0.4.1"
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 = "beets-filetote"
version = "0.4.0"
version = "0.4.1"
description = "A beets plugin to copy/moves non-music extra files, attachments, and artifacts during the import process."
authors = ["Gavin Tronset <gtronset@gmail.com>"]
keywords = ["beets", "files", "artifacts", "extra"]
Expand Down

0 comments on commit ce813e4

Please sign in to comment.