Skip to content

Commit

Permalink
Changelog for 1.11.2 and 1.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ivandokov committed Nov 13, 2023
1 parent e55d83f commit 281507f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Changelog
##### `1.11.3`
* Fixed wrong tag in Git
##### `1.11.2`
* Fixed [deployment to Homebrew](https://github.com/ivandokov/phockup/commit/33aec10e7506fe5f70a8e244e963304ff6f54337)
##### `1.11.1`
* Fixed code styling
##### `1.11.0`
Expand Down
2 changes: 1 addition & 1 deletion phockup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from src.dependency import check_dependencies
from src.phockup import Phockup

__version__ = '1.11.1'
__version__ = '1.11.3'

PROGRAM_DESCRIPTION = """\
Media sorting tool to organize photos and videos from your camera in folders by year, \
Expand Down

0 comments on commit 281507f

Please sign in to comment.