File tree Expand file tree Collapse file tree 5 files changed +10
-6
lines changed
Expand file tree Collapse file tree 5 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ requires = [
77
88[project ]
99name = ' selectolax'
10- version = ' 0.4.2 '
10+ version = ' 0.4.3 '
1111description = ' Fast HTML5 parser with CSS selectors.'
1212readme = ' README.md'
1313requires-python = ' >=3.9,<3.15'
Original file line number Diff line number Diff line change 33
44__author__ = """Artem Golubin"""
55__email__ = "me@rushter.com"
6- __version__ = "0.4.2 "
6+ __version__ = "0.4.3 "
77
88from . import lexbor , modest , parser
Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.4.2
2+ current_version = 0.4.3
33commit = True
44tag = True
55
Original file line number Diff line number Diff line change @@ -191,7 +191,7 @@ def make_extensions():
191191
192192setup (
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" ,
You can’t perform that action at this time.
0 commit comments