Skip to content

Commit

Permalink
release: 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ouuan committed Feb 29, 2024
1 parent a952cc4 commit 7d65fbc
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,5 +1,9 @@
## UNRELEASED

## 1.1.2

Use `/usr/bin/python3` instead of `/usr/bin/env python3` to run it. This prevents using pyenv where the dependencies might be missing.

## 1.1.1

Show pacman output on error like broken dependencies.
Expand Down
2 changes: 1 addition & 1 deletion pacwatch.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
from appdirs import user_config_dir

__prog__ = 'pacwatch'
__version__ = '1.1.1'
__version__ = '1.1.2'
__url__ = 'https://github.com/ouuan/pacwatch'
__settings_version__ = 2

Expand Down

0 comments on commit 7d65fbc

Please sign in to comment.