Skip to content

Commit

Permalink
bump version to v1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tfeldmann committed Mar 28, 2020
1 parent ddf7841 commit 163770f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v1.8.1 (2020-03-28)
- Flatten filter and action lists to allow enhanced config file configuration (Thanks to @rawdamedia!)
- Add support for multiline content filters (Thanks to @zor-el!)

## v1.8.0 (2020-03-04)
- Added action `Delete`.
- Added filter `FileContent`.
Expand Down
2 changes: 1 addition & 1 deletion organize/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.8.0"
__version__ = "1.8.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 = "organize-tool"
version = "1.8.0"
version = "1.8.1"
description = "The file management automation tool"
packages = [
{ include = "organize" },
Expand Down

0 comments on commit 163770f

Please sign in to comment.