Skip to content

Commit e99c506

Browse files
committed
Bump version: 1.2.0 → 1.3.0
1 parent cb710a7 commit e99c506

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGES

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Changelog
44
Version 1.3.0
55
-------------
66

7-
Released on 2025-MM-DD.
7+
Released on 2025-03-10.
88

99
* Dropped support for Python 3.7-3.8, added support for Python 3.12-3.13 and
1010
PyPy 3.10.

cssselect/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
"parse",
3333
)
3434

35-
VERSION = "1.2.0"
35+
VERSION = "1.3.0"
3636
__version__ = VERSION

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tool.bumpversion]
2-
current_version = "1.2.0"
2+
current_version = "1.3.0"
33
commit = true
44
tag = true
55

0 commit comments

Comments
 (0)