We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cb5573 commit 3a76d6dCopy full SHA for 3a76d6d
changelogs/fragments/1.0.0.yml
@@ -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
@@ -8,7 +8,7 @@ build-backend = "hatchling.build"
8
9
[project]
10
name = "antsibull-docs-parser"
11
-version = "0.4.0.post0"
+version = "1.0.0"
12
description = "Python library for processing Ansible documentation markup"
13
readme = "README.md"
14
requires-python = ">=3.6.1"
0 commit comments