Skip to content

Commit

Permalink
chore: Release v2.0.2
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release.
  • Loading branch information
semantic-release committed Dec 17, 2024
1 parent deae39a commit f789a5b
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@



## v2.0.2 (2024-12-17)

### Bug fixes
* fix: Switch import location ([`7948fc2`](https://github.com/sandialabs/reverse_argparse/commit/7948fc2b0e1e9cdb6444be1d931e7f5a92ac26aa))

In Python 3.9, `typing.Sequence` was deprecated in favor of
`collections.abc.Sequence` (see PEP 585).

### Continuous integration
* ci: pre-commit auto-update ([`8f5df54`](https://github.com/sandialabs/reverse_argparse/commit/8f5df549cb5dcce2917a9f22b47520954882e78f))

updates:
- [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)

## v2.0.1 (2024-12-17)

### Chores
Expand Down
2 changes: 1 addition & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"2023, National Technology & Engineering Solutions of Sandia, LLC (NTESS)"
)
author = "Jason M. Gates"
version = "2.0.1"
version = "2.0.2"
release = version

# -- General configuration ----------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "reverse_argparse"
version = "2.0.1"
version = "2.0.2"
license = "LICENSE.md"
readme = "README.md"
keywords = ["argparse", "argument", "parse", "parsing", "command line"]
Expand Down
2 changes: 1 addition & 1 deletion reverse_argparse/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
from .reverse_argparse import ReverseArgumentParser, quote_arg_if_necessary

__all__ = ["ReverseArgumentParser", "quote_arg_if_necessary"]
__version__ = "2.0.1"
__version__ = "2.0.2"

0 comments on commit f789a5b

Please sign in to comment.