Skip to content

Commit f5580f2

Browse files
committed
chore: release v0.2.1
1 parent 8d07548 commit f5580f2

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to
77

88

99
## Unreleased
10+
- Nothing yet.
11+
12+
# 0.2.1 - 2021-12-09
1013
### Fixed
1114
- Added missing bits to support typing.
1215

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
setuptools.setup(
1919
name='argparse-subdec',
20-
version='0.2.0',
20+
version='0.2.1',
2121
long_description=(pathlib.Path(__file__).parent / 'README.rst').read_text(),
2222
long_description_content_type='text/x-rst',
2323
url='https://github.com/guludo/python-argparse-subdec',

0 commit comments

Comments
 (0)