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

Commit

Permalink
changelog: update for v0.5.2
Browse files Browse the repository at this point in the history
Signed-off-by: Sumner Evans <me@sumnerevans.com>
  • Loading branch information
sumnerevans committed Jul 6, 2022
1 parent 0c146bb commit 24a8cb9
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# v0.5.2

* Parse timestamp from LinkedIn as UTC timestamps in case the server's timezone
is different than UTC.
* Internal:

* Add isort and pre-commit.
* Changed maximum line length from 88 to 99.
* Reordered imports to be more in line with other mautrix bridges.

# v0.5.1

* Add objects for typing notifications and read receipts.
Expand Down
2 changes: 1 addition & 1 deletion linkedin_messaging/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from .linkedin import ChallengeException, LinkedInMessaging

__title__ = "linkedin_messaging"
__version__ = "0.5.1"
__version__ = "0.5.2"
__description__ = "An unofficial API for interacting with LinkedIn Messaging"

__license__ = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "linkedin_messaging"
version = "0.5.1"
version = "0.5.2"
description = "An unofficial API for interacting with LinkedIn Messaging"
authors = ["Sumner Evans <inquiries@sumnerevans.com>"]
license = "Apache-2.0"
Expand Down

0 comments on commit 24a8cb9

Please sign in to comment.