File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
apprise_api/core/settings Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 3030APP_COPYRIGHT = "Copyright (C) 2025 Chris Caron <[email protected] >" 3131APP_LICENSE = "MIT"
3232APP_URL = "https://github.com/caronc/apprise-api"
33- APP_VERSION = "1.3.0 "
33+ APP_VERSION = "1.3.1 "
3434
3535# Disable Timezones
3636USE_TZ = False
Original file line number Diff line number Diff line change @@ -27,11 +27,11 @@ build-backend = "setuptools.build_meta"
2727
2828[project ]
2929name = " apprise-api"
30- version = " 1.3.0 "
30+ version = " 1.3.1 "
3131authors = [{
name =
" Chris Caron" ,
email =
" [email protected] " }]
3232license = " MIT"
3333dependencies = [
34- " apprise == 1.9.6 " ,
34+ " apprise == 1.9.7 " ,
3535 " django" ,
3636 " gevent" ,
3737 " gunicorn" ,
@@ -43,10 +43,10 @@ dependencies = [
4343]
4444
4545[project .urls ]
46- Homepage = " https://appriseit.com"
46+ Homepage = " https://appriseit.com/ "
4747Source = " https://github.com/caronc/apprise-api"
4848Tracker = " https://github.com/caronc/apprise-api/issues"
49- Documentation = " https://appriseit.com"
49+ Documentation = " https://appriseit.com/api/ "
5050
5151[project .optional-dependencies ]
5252dev = [
Original file line number Diff line number Diff line change 1010# apprise @ git+https://github.com/caronc/apprise@custom-tag-or-version
1111
1212## 3. The below grabs our stable version (generally the best choice):
13- apprise == 1.9.6
13+ apprise == 1.9.7
1414
1515## Apprise API Minimum Requirements
1616django
Original file line number Diff line number Diff line change 55 description : >
66 A lightweight REST framework that wraps the Apprise API Notification
77 Library. See https://github.com/caronc/apprise-api for details.
8- version : 1.2.6
8+ version : 1.3.1
99
1010servers :
1111 - url : http://localhost:8000
You can’t perform that action at this time.
0 commit comments