Skip to content

Commit f789a5b

Browse files
author
semantic-release
committed
chore: Release v2.0.2
Automatically generated by python-semantic-release.
1 parent deae39a commit f789a5b

File tree

4 files changed

+17
-3
lines changed

4 files changed

+17
-3
lines changed

CHANGELOG.md

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

33

44

5+
## v2.0.2 (2024-12-17)
6+
7+
### Bug fixes
8+
* fix: Switch import location ([`7948fc2`](https://github.com/sandialabs/reverse_argparse/commit/7948fc2b0e1e9cdb6444be1d931e7f5a92ac26aa))
9+
10+
In Python 3.9, `typing.Sequence` was deprecated in favor of
11+
`collections.abc.Sequence` (see PEP 585).
12+
13+
### Continuous integration
14+
* ci: pre-commit auto-update ([`8f5df54`](https://github.com/sandialabs/reverse_argparse/commit/8f5df549cb5dcce2917a9f22b47520954882e78f))
15+
16+
updates:
17+
- [github.com/astral-sh/ruff-pre-commit: v0.7.4 → v0.8.3](https://github.com/astral-sh/ruff-pre-commit/compare/v0.7.4...v0.8.3)
18+
519
## v2.0.1 (2024-12-17)
620

721
### Chores

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.1"
20+
version = "2.0.2"
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.1"
8+
version = "2.0.2"
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.1"
17+
__version__ = "2.0.2"

0 commit comments

Comments
 (0)