File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.16.0
2+ current_version = 0.17.0rc1
33commit = True
44tag = True
55tag_name = {new_version}
Original file line number Diff line number Diff line change 22
33- General: Replace poetry with hatchling (thanks to @LecrisUT )
44- General: Drop support for Python 3.6 and 3.7 (thanks to @LecrisUT )
5- - General: Officially support Python 3.13
5+ - General: Officially support Python 3.13 (thanks to @mauvilsa )
6+ - General: Publish packages to PyPI with digital attestations (thanks to @mauvilsa )
67- Google: Fix multi-line parameter definitions (thanks to @coolbeevip )
78- Attrdoc: Remove use of deprecated ast classes (thanks to @fedepell )
8- - Attrdoc: Remove code related to Python <= 3.7
99
1010# 0.16 (2024-03-15)
1111
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44
55[project ]
66name = " docstring_parser"
7- version = " 0.16.0 "
7+ version = " 0.17.0rc1 "
88description = " Parse Python docstrings in reST, Google and Numpydoc format"
99authors = [
1010 {name =" Marcin Kurczewski" , email =" dash@wind.garden" },
You can’t perform that action at this time.
0 commit comments