Skip to content

Commit e300a54

Browse files
author
github-actions
committed
chore: Release v1.0.4
Automatically generated by python-semantic-release.
1 parent 3292df3 commit e300a54

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

CHANGELOG.md

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

33

44

5+
## v1.0.4 (2023-07-25)
6+
7+
### Fix
8+
* fix: PyPI badge ([`1581e2a`](https://github.com/sandialabs/reverse_argparse/commit/1581e2a322caf39bd7a670c5c3f059713b4a43eb))
9+
510
## v1.0.3 (2023-07-25)
611

712
### Fix

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.3"
20+
version = "1.0.4"
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.3"
25+
version = "1.0.4"
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.3"
10+
__version__ = "1.0.4"

0 commit comments

Comments
 (0)