Skip to content

Commit

Permalink
bump 1.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Der-Henning committed Sep 9, 2022
1 parent 145e970 commit b3c26d1
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
4 changes: 2 additions & 2 deletions DOCKER_README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ Readme, source and documentation on [https://github.com/Der-Henning/tgtg](https:

- [`edge`](https://github.com/Der-Henning/tgtg/blob/main/Dockerfile)
- [`edge-alpine`](https://github.com/Der-Henning/tgtg/blob/main/Dockerfile.alpine)
- [`v1`, `v1.12`, `v1.12.0`, `latest`](https://github.com/Der-Henning/tgtg/blob/main/Dockerfile)
- [`v1-alpine`, `v1.12-alpine`, `v1.12.0-alpine`, `latest-alpine`](https://github.com/Der-Henning/tgtg/blob/main/Dockerfile.alpine)
- [`v1`, `v1.12`, `v1.12.1`, `latest`](https://github.com/Der-Henning/tgtg/blob/v1.12.1/Dockerfile)
- [`v1-alpine`, `v1.12-alpine`, `v1.12.1-alpine`, `latest-alpine`](https://github.com/Der-Henning/tgtg/blob/v1.12.1/Dockerfile.alpine)

# Quick Start

Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ packaging==21.3
prometheus-client==0.14.1
pyparsing==3.0.9
python-pushsafer==1.0
python-telegram-bot==13.13
python-telegram-bot==13.14
pytz==2022.2.1
pytz-deprecation-shim==0.1.0.post0
requests==2.28.1
six==1.16.0
tornado==6.2
tornado==6.1
tzdata==2022.2
tzlocal==4.2
urllib3==1.26.12
Expand Down
2 changes: 2 additions & 0 deletions src/models/cron.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,7 @@ def is_now(self) -> bool:

@property
def description(self) -> str:
## The cron_descriptor uses separate language files, that are not automatically included
## in the pyinstaller build. Deactivated as a quick workaround.
return self.cron
# return get_description(self.cron)
2 changes: 1 addition & 1 deletion src/scanner.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from tgtg import TgtgClient

VERSION_URL = 'https://api.github.com/repos/Der-Henning/tgtg/releases/latest'
VERSION = "1.12.0"
VERSION = "1.12.1"

prog_folder = path.dirname(sys.executable) if getattr(
sys, '_MEIPASS', False) else path.dirname(path.abspath(__file__))
Expand Down

0 comments on commit b3c26d1

Please sign in to comment.