Skip to content

Commit ac14256

Browse files
committed
Bump version: 0.4.2 -> 0.4.3
1 parent f62d699 commit ac14256

File tree

5 files changed

+10
-6
lines changed

5 files changed

+10
-6
lines changed

CHANGES.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,15 @@
22

33

44

5+
# Version 0.4.3
6+
7+
- Update `lexbor`
8+
- Fix missing description on PyPi.
9+
510

611
# Version 0.4.2
712

8-
- Update `lexbor`
9-
- Fix missing description on pypi
13+
- Broken release. Not published to PyPi.
1014

1115
# Version 0.4.1
1216

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ requires = [
77

88
[project]
99
name = 'selectolax'
10-
version = '0.4.2'
10+
version = '0.4.3'
1111
description = 'Fast HTML5 parser with CSS selectors.'
1212
readme = 'README.md'
1313
requires-python = '>=3.9,<3.15'

selectolax/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33

44
__author__ = """Artem Golubin"""
55
__email__ = "me@rushter.com"
6-
__version__ = "0.4.2"
6+
__version__ = "0.4.3"
77

88
from . import lexbor, modest, parser

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.4.2
2+
current_version = 0.4.3
33
commit = True
44
tag = True
55

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ def make_extensions():
191191

192192
setup(
193193
name="selectolax",
194-
version="0.4.2",
194+
version="0.4.3",
195195
description="Fast HTML5 parser with CSS selectors.",
196196
long_description=readme,
197197
author="Artem Golubin",

0 commit comments

Comments
 (0)