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

Commit 35065b8

Browse files
committed
changelog: update for v0.4.2
1 parent c7bbcf0 commit 35065b8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# v0.4.2rc2
1+
# v0.4.2
22

33
* Explicitly specify the timeout of each event stream connection to help avoid
44
weird states where the event stream is open but not receiving events.

linkedin_messaging/__init__.py

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

44
__title__ = "linkedin_messaging"
5-
__version__ = "0.4.2rc2"
5+
__version__ = "0.4.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.4.2rc2"
3+
version = "0.4.2"
44
description = "An unofficial API for interacting with LinkedIn Messaging"
55
authors = ["Sumner Evans <inquiries@sumnerevans.com>"]
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)