We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb710a7 commit e99c506Copy full SHA for e99c506
CHANGES
@@ -4,7 +4,7 @@ Changelog
4
Version 1.3.0
5
-------------
6
7
-Released on 2025-MM-DD.
+Released on 2025-03-10.
8
9
* Dropped support for Python 3.7-3.8, added support for Python 3.12-3.13 and
10
PyPy 3.10.
cssselect/__init__.py
@@ -32,5 +32,5 @@
32
"parse",
33
)
34
35
-VERSION = "1.2.0"
+VERSION = "1.3.0"
36
__version__ = VERSION
pyproject.toml
@@ -1,5 +1,5 @@
1
[tool.bumpversion]
2
-current_version = "1.2.0"
+current_version = "1.3.0"
3
commit = true
tag = true
0 commit comments