Skip to content

Commit b58644c

Browse files
author
github-actions
committed
chore: Release v1.0.3
Automatically generated by python-semantic-release.
1 parent b4da6d2 commit b58644c

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

CHANGELOG.md

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

33

44

5+
## v1.0.3 (2023-07-25)
6+
7+
### Fix
8+
* fix: Semantic release configuration ([`a73688c`](https://github.com/sandialabs/reverse_argparse/commit/a73688c434c203df0efde316bfdd5934a9ddee63))
59

610
## v1.0.2 (2023-07-24)
711

@@ -19,6 +23,7 @@
1923
* Make release commit match conventional standard.
2024
* Add release notes template.
2125
* Publish releases to PyPI and GitHub Releases.
26+
2227
## v1.0.1 (2023-07-20)
2328

2429
### Continuous Integration
@@ -39,6 +44,7 @@
3944
* 1.0.1 ([`92bdc1a`](https://github.com/sandialabs/reverse_argparse/commit/92bdc1ade70d4b808f3be5a80e20ed6cb65517aa))
4045

4146
Automatically generated by python-semantic-release.
47+
4248
## v1.0.0 (2023-07-18)
4349

4450
### Breaking

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 = "1.0.2"
20+
version = "1.0.3"
2121
release = version
2222

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ line_length = 79
2222

2323
[tool.poetry]
2424
name = "reverse_argparse"
25-
version = "1.0.2"
25+
version = "1.0.3"
2626
license = "LICENSE.md"
2727
readme = "README.md"
2828
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
@@ -7,4 +7,4 @@
77
from .reverse_argparse import ReverseArgumentParser, quote_arg_if_necessary
88

99
__all__ = ["ReverseArgumentParser", "quote_arg_if_necessary"]
10-
__version__ = "1.0.2"
10+
__version__ = "1.0.3"

0 commit comments

Comments
 (0)