0.13.0 "Laconic Letters"

This commit is contained in:
Yusur 2026-06-03 15:50:49 +02:00
parent 3c85e7427d
commit 73a9f68590
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
# Changelog # Changelog
## 0.13.0 ## 0.13.0 "Laconic Letters"
+ Added module `argparse` with class `LetterSubparsers()`, which allows pacman-style args by preprocessing them + Added module `argparse` with class `LetterSubparsers()`, which allows pacman-style args by preprocessing them
before feeding them to parse_args before feeding them to parse_args

View file

@ -41,7 +41,7 @@ from .color import OKLabColor, chalk, WebColor, RGBColor, LinearRGBColor, \
from .mat import Matrix from .mat import Matrix
from .argparse import LetterSubparsers from .argparse import LetterSubparsers
__version__ = "0.13.0a7" __version__ = "0.13.0"
__all__ = ( __all__ = (
'ColorFormatter', 'ColorFormatter',