Skip to content

Commit b5bb62a

Browse files
committed
chore: release v0.2.0
1 parent 503b6cf commit b5bb62a

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Diff for: 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.0 - 2021-12-09
1013
### Added
1114
- Added support for typing (tested with mypy).
1215

Diff for: 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.1.0',
20+
version='0.2.0',
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)