0.13.0 "Laconic Letters"
This commit is contained in:
parent
3c85e7427d
commit
73a9f68590
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue