Skip to content

Commit 6778f5a

Browse files
committed
updated to work with Apprise v1.9.7
1 parent acbb205 commit 6778f5a

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

apprise_api/core/settings/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
APP_COPYRIGHT = "Copyright (C) 2025 Chris Caron <[email protected]>"
3131
APP_LICENSE = "MIT"
3232
APP_URL = "https://github.com/caronc/apprise-api"
33-
APP_VERSION = "1.3.0"
33+
APP_VERSION = "1.3.1"
3434

3535
# Disable Timezones
3636
USE_TZ = False

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ build-backend = "setuptools.build_meta"
2727

2828
[project]
2929
name = "apprise-api"
30-
version = "1.3.0"
30+
version = "1.3.1"
3131
authors = [{ name = "Chris Caron", email = "[email protected]" }]
3232
license = "MIT"
3333
dependencies = [
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/"
4747
Source = "https://github.com/caronc/apprise-api"
4848
Tracker = "https://github.com/caronc/apprise-api/issues"
49-
Documentation = "https://appriseit.com"
49+
Documentation = "https://appriseit.com/api/"
5050

5151
[project.optional-dependencies]
5252
dev = [

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
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
1616
django

swagger.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ info:
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

1010
servers:
1111
- url: http://localhost:8000

0 commit comments

Comments
 (0)