File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 1.9.0
2+ current_version = 1.9.1
33commit = True
44tag = True
55tag_name = v{new_version}
Original file line number Diff line number Diff line change 33History
44-------
55
6- 1.9.1 (YYYY-MM-DD )
6+ 1.9.1 (2024-04-08 )
77~~~~~~~~~~~~~~~~~~
88
99* Removed the dependency on ``pytest-runner``.
Original file line number Diff line number Diff line change 55
66__author__ = "Scrapy project"
77__email__ = "info@scrapy.org"
8- __version__ = "1.9.0 "
8+ __version__ = "1.9.1 "
99__all__ = [
1010 "Selector" ,
1111 "SelectorList" ,
Original file line number Diff line number Diff line change 1010
1111setup (
1212 name = "parsel" ,
13- version = "1.9.0 " ,
13+ version = "1.9.1 " ,
1414 description = "Parsel is a library to extract data from HTML and XML using XPath and CSS selectors" ,
1515 long_description = readme + "\n \n " + history ,
1616 long_description_content_type = "text/x-rst" ,
You can’t perform that action at this time.
0 commit comments