Skip to content

Commit

Permalink
bump version to v1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
tfeldmann committed Aug 19, 2019
1 parent 2d66275 commit 16dad48
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## WIP
## v1.6 (2019-08-19)
- Added filter: `Python`
- Added filter: `FileSize`
- The organize module can now be run directly: `python3 -m organize`
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.5.3"
__version__ = "1.6"
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.5.3"
version = "1.6"
description = "The file management automation tool"
packages = [
{ include = "organize" },
Expand Down

0 comments on commit 16dad48

Please sign in to comment.