From 73a9f6859087b04a58c4544c8334349debd6b4c7 Mon Sep 17 00:00:00 2001 From: Yusur Princeps Date: Wed, 3 Jun 2026 15:50:49 +0200 Subject: [PATCH] 0.13.0 "Laconic Letters" --- CHANGELOG.md | 2 +- src/suou/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ac96b9..acd67c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## 0.13.0 +## 0.13.0 "Laconic Letters" + Added module `argparse` with class `LetterSubparsers()`, which allows pacman-style args by preprocessing them before feeding them to parse_args diff --git a/src/suou/__init__.py b/src/suou/__init__.py index 38ec7c2..200f22b 100644 --- a/src/suou/__init__.py +++ b/src/suou/__init__.py @@ -41,7 +41,7 @@ from .color import OKLabColor, chalk, WebColor, RGBColor, LinearRGBColor, \ from .mat import Matrix from .argparse import LetterSubparsers -__version__ = "0.13.0a7" +__version__ = "0.13.0" __all__ = ( 'ColorFormatter',