Skip to content

Commit

Permalink
bump version to v1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tfeldmann committed Nov 22, 2019
1 parent 64badc2 commit ad0a76e
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.2 (2019-11-22)
- Fix `Rename` action (`'PosixPath' object has no attribute 'items'`).
- Use type hints everywhere.

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.6.1"
__version__ = "1.6.2"
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.6.1"
version = "1.6.2"
description = "The file management automation tool"
packages = [
{ include = "organize" },
Expand Down

0 comments on commit ad0a76e

Please sign in to comment.