Skip to content

Commit

Permalink
bump version to v1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tfeldmann committed Oct 25, 2019
1 parent 3d4cabd commit 9eedba3
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.1 (2019-10-25)
- Shows a warning for missing folders instead of raising an exception.

## v1.6 (2019-08-19)
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"
__version__ = "1.6.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.6"
version = "1.6.1"
description = "The file management automation tool"
packages = [
{ include = "organize" },
Expand Down

0 comments on commit 9eedba3

Please sign in to comment.