Skip to content

Commit 275c4e7

Browse files
committed
Bump version: 0.16.0 → 0.17.0rc1
1 parent 821aaa5 commit 275c4e7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.bumpversion.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.16.0
2+
current_version = 0.17.0rc1
33
commit = True
44
tag = True
55
tag_name = {new_version}

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "docstring_parser"
7-
version = "0.16.0"
7+
version = "0.17.0rc1"
88
description = "Parse Python docstrings in reST, Google and Numpydoc format"
99
authors = [
1010
{name="Marcin Kurczewski", email="dash@wind.garden"},

0 commit comments

Comments
 (0)