Skip to content

Commit 05490ab

Browse files
author
semantic-release
committed
chore: Release v2.0.6
Automatically generated by python-semantic-release.
1 parent cffe3e8 commit 05490ab

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33

44

5+
## v2.0.6 (2025-06-09)
6+
7+
### Chores
8+
* chore: FIXUP ([`cffe3e8`](https://github.com/sandialabs/reverse_argparse/commit/cffe3e8a11b007450c35a8d77cc5a26ebc84cb52))
9+
* chore: FIXUP ([`a4a72a5`](https://github.com/sandialabs/reverse_argparse/commit/a4a72a55a8f9d56291fefee68db850db621bdae5))
10+
11+
### Patch
12+
* patch: Sign semantic release commits/tags ([`b87c934`](https://github.com/sandialabs/reverse_argparse/commit/b87c93466b5f93d199e5bad510a8f9c849cbcf0a))
13+
14+
### Testing
15+
* test: DELETE ME ([`ffae53e`](https://github.com/sandialabs/reverse_argparse/commit/ffae53e3a0131819c746d07d0786b797ca887397))
16+
517
## v2.0.5 (2025-05-27)
618

719
### Patch

doc/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"2023, National Technology & Engineering Solutions of Sandia, LLC (NTESS)"
1818
)
1919
author = "Jason M. Gates"
20-
version = "2.0.5"
20+
version = "2.0.6"
2121
release = version
2222

2323
# -- General configuration ----------------------------------------------------

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api"
55

66
[tool.poetry]
77
name = "reverse_argparse"
8-
version = "2.0.5"
8+
version = "2.0.6"
99
license = "LICENSE.md"
1010
readme = "README.md"
1111
keywords = ["argparse", "argument", "parse", "parsing", "command line"]

reverse_argparse/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
from .reverse_argparse import ReverseArgumentParser, quote_arg_if_necessary
1515

1616
__all__ = ["ReverseArgumentParser", "quote_arg_if_necessary"]
17-
__version__ = "2.0.5"
17+
__version__ = "2.0.6"

0 commit comments

Comments
 (0)