We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 282de7e commit f295a49Copy full SHA for f295a49
.github/workflows/release.yml
@@ -15,6 +15,8 @@ jobs:
15
id-token: write
16
steps:
17
- uses: actions/checkout@v4
18
+ with:
19
+ submodules: true
20
- uses: actions/setup-python@v5
21
- name: Install requirements
22
run: python -m pip install flit
docs/changelog.rst
@@ -2,6 +2,14 @@ Changelog
2
=========
3
4
5
+Version 1.5.1
6
+-------------
7
+
8
+Released on 2025-11-23.
9
10
+* Include parsing tests in source tarball
11
12
13
Version 1.5.0
14
-------------
tinycss2/__init__.py
@@ -15,4 +15,4 @@
from .serializer import serialize, serialize_identifier # noqa
from .tokenizer import parse_component_value_list # noqa
-VERSION = __version__ = '1.5.0'
+VERSION = __version__ = '1.5.1'
0 commit comments