Skip to content

Commit 86b6940

Browse files
committed
upgrade to 1.2.4
1 parent 3e5b848 commit 86b6940

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "PyTrilium"
7-
version = "1.2.3"
7+
version = "1.2.4"
88
authors = [
99
{ name="perfectra1n", email="[email protected]" },
1010
]

pytrilium/PyTriliumClient.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def make_requests_session(self) -> None:
4747
self.session = requests.Session()
4848

4949
# Version here
50-
self.session.headers.update({"User-Agent": "pytrilium/1.2.3"})
50+
self.session.headers.update({"User-Agent": "pytrilium/1.2.4"})
5151
#self.session.headers.update({"Content-Type": "application/json"})
5252

5353
# Set up retry logic

0 commit comments

Comments
 (0)