Skip to content

Commit b07bf44

Browse files
committed
Bump version in setup.cfg
1 parent 18cbafb commit b07bf44

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

edupage_api/timeline.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ def __parse_items(self, timeline_items: dict) -> list[TimelineEvent]:
237237

238238
@ModuleHelper.logged_in
239239
def get_notifications_history(self, date_from: date):
240-
request_url = "https://gymbilba.edupage.org/timeline/"
240+
request_url = f"https://{self.edupage.subdomain}.edupage.org/timeline/"
241241
params = [
242242
("module", "todo"),
243243
("filterTab", ""),

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = edupage_api
3-
version = 0.12.2
3+
version = 0.12.3
44
description = A Python library for accessing your EduPage account
55
long_description = file: README.md
66
long_description_content_type = text/markdown

0 commit comments

Comments
 (0)