diff --git a/Changes.rst b/Changes.rst index b51aae00..c2b53887 100644 --- a/Changes.rst +++ b/Changes.rst @@ -1,3 +1,8 @@ +Changes for v1.10.2 (2019-11-17) +================================ + +- Include all test directory contents in source distribution + Changes for v1.10.1 (2019-11-16) ================================ diff --git a/setup.py b/setup.py index fabc83b9..dd1ca79c 100755 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setup( name='argcomplete', - version='1.10.1', + version='1.10.2', url='https://github.com/kislyuk/argcomplete', license='Apache Software License', author='Andrey Kislyuk',