File tree Expand file tree Collapse file tree 5 files changed +11
-9
lines changed Expand file tree Collapse file tree 5 files changed +11
-9
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 2.2.1
2+ current_version = 2.3.0
33commit = True
44tag = True
55tag_name = v{new_version}
Original file line number Diff line number Diff line change 11w3lib release notes
22===================
33
4- 2.3.0 (YYYY-MM-DD )
4+ 2.3.0 (2025-01-27 )
55------------------
66
77- Dropped Python 3.8 support (#232).
88
9- - Added Python 3.13 support (#232).
10-
11- - Fixed running tests with newer point releases of Python 3.10 and 3.11 (#233).
12-
139- Removed the following functions, deprecated in 2.0.0:
1410
1511 - ``w3lib.util.str_to_unicode``
1612 - ``w3lib.util.to_native_str``
1713 - ``w3lib.util.unicode_to_str``
1814
15+ (#235).
16+
17+ - Added Python 3.13 support (#232).
18+
19+ - Fixed running tests with newer point releases of Python 3.10 and 3.11 (#233).
20+
1921- Cleanup and CI improvements (#232, #234).
2022
21232.2.1 (2024-06-12)
Original file line number Diff line number Diff line change 5454# built documents.
5555#
5656# The full version, including alpha/beta/rc tags.
57- release = "2.2.1 "
57+ release = "2.3.0 "
5858# The short X.Y version.
5959version = "." .join (release .split ("." )[:2 ])
6060
Original file line number Diff line number Diff line change 55
66setup (
77 name = "w3lib" ,
8- version = "2.2.1 " ,
8+ version = "2.3.0 " ,
99 license = "BSD" ,
1010 description = "Library of web-related functions" ,
1111 long_description = long_description ,
Original file line number Diff line number Diff line change 1- __version__ = "2.2.1 "
1+ __version__ = "2.3.0 "
22version_info = tuple (int (v ) if v .isdigit () else v for v in __version__ .split ("." ))
You can’t perform that action at this time.
0 commit comments