Skip to content

Commit f295a49

Browse files
committed
Version 1.5.1
1 parent 282de7e commit f295a49

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
id-token: write
1616
steps:
1717
- uses: actions/checkout@v4
18+
with:
19+
submodules: true
1820
- uses: actions/setup-python@v5
1921
- name: Install requirements
2022
run: python -m pip install flit

docs/changelog.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@ Changelog
22
=========
33

44

5+
Version 1.5.1
6+
-------------
7+
8+
Released on 2025-11-23.
9+
10+
* Include parsing tests in source tarball
11+
12+
513
Version 1.5.0
614
-------------
715

tinycss2/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
from .serializer import serialize, serialize_identifier # noqa
1616
from .tokenizer import parse_component_value_list # noqa
1717

18-
VERSION = __version__ = '1.5.0'
18+
VERSION = __version__ = '1.5.1'

0 commit comments

Comments
 (0)