From f5580f2da55fdbc4c3fc8f23ea5ae939e7190ba2 Mon Sep 17 00:00:00 2001 From: Gustavo Sousa Date: Thu, 9 Dec 2021 15:38:36 -0300 Subject: [PATCH] chore: release v0.2.1 --- CHANGELOG.md | 3 +++ setup.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d9fd1d..0db0fa0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,9 @@ Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to ## Unreleased +- Nothing yet. + +# 0.2.1 - 2021-12-09 ### Fixed - Added missing bits to support typing. diff --git a/setup.py b/setup.py index 13e2f3a..e51b0d9 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ setuptools.setup( name='argparse-subdec', - version='0.2.0', + version='0.2.1', long_description=(pathlib.Path(__file__).parent / 'README.rst').read_text(), long_description_content_type='text/x-rst', url='https://github.com/guludo/python-argparse-subdec',