Skip to content

Commit 3a76d6d

Browse files
committed
Prepare 1.0.0.
1 parent 1cb5573 commit 3a76d6d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

changelogs/fragments/1.0.0.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
release_summary: First stable release. This package is using semantic versioning,
2+
so there will be no more breaking changes until the release of 2.0.0.
3+
4+

pyproject.toml

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

99
[project]
1010
name = "antsibull-docs-parser"
11-
version = "0.4.0.post0"
11+
version = "1.0.0"
1212
description = "Python library for processing Ansible documentation markup"
1313
readme = "README.md"
1414
requires-python = ">=3.6.1"

0 commit comments

Comments
 (0)