Skip to content

Commit 669c053

Browse files
authored
Release v2.0.3 (#55)
1 parent 7612d5a commit 669c053

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

3+
## v2.0.3 (2024-02-04)
4+
5+
- Update port.yml (linkify-it v5.0.0) ([#54](https://github.com/tsutsu3/linkify-it-py/pull/54))
6+
- Fix rtd ([#52](https://github.com/tsutsu3/linkify-it-py/pull/52))
7+
- Add linkify-it-py-demo url ([#51](https://github.com/tsutsu3/linkify-it-py/pull/51))
8+
- Fix package build ([#49](https://github.com/tsutsu3/linkify-it-py/pull/49))
9+
310
## v2.0.2 (2023-05-02)
411

512
- Fix missing files to the test ([#44](https://github.com/tsutsu3/linkify-it-py/pull/44))

linkify_it/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
from .main import LinkifyIt # noqa: F401p
22
from .main import SchemaError # noqa: F401p
33

4-
__version__ = "2.0.2"
4+
__version__ = "2.0.3"

0 commit comments

Comments
 (0)