Skip to content
This repository was archived by the owner on Dec 12, 2023. It is now read-only.

Commit 24a8cb9

Browse files
committed
changelog: update for v0.5.2
Signed-off-by: Sumner Evans <[email protected]>
1 parent 0c146bb commit 24a8cb9

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# v0.5.2
2+
3+
* Parse timestamp from LinkedIn as UTC timestamps in case the server's timezone
4+
is different than UTC.
5+
* Internal:
6+
7+
* Add isort and pre-commit.
8+
* Changed maximum line length from 88 to 99.
9+
* Reordered imports to be more in line with other mautrix bridges.
10+
111
# v0.5.1
212

313
* Add objects for typing notifications and read receipts.

linkedin_messaging/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from .linkedin import ChallengeException, LinkedInMessaging
33

44
__title__ = "linkedin_messaging"
5-
__version__ = "0.5.1"
5+
__version__ = "0.5.2"
66
__description__ = "An unofficial API for interacting with LinkedIn Messaging"
77

88
__license__ = "MIT"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "linkedin_messaging"
3-
version = "0.5.1"
3+
version = "0.5.2"
44
description = "An unofficial API for interacting with LinkedIn Messaging"
55
authors = ["Sumner Evans <[email protected]>"]
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)