diff --git a/HISTORY.rst b/HISTORY.rst index 469068f..1b1520a 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,11 @@ Release History =============== +2.1.2 (2018-02-20) +------------------ + +- Exclude tests, docs and contrib folders from binary distribution. + 2.1.1 (2017-06-29) ------------------ diff --git a/setup.py b/setup.py index 4132bf1..13163f2 100755 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ def read(*paths): name='fauxfactory', description='Generates random data for your tests.', long_description=LONG_DESCRIPTION, - version='2.1.1', + version='2.1.2', author='Og Maciel', author_email='omaciel@ogmaciel.com', url='https://github.com/omaciel/fauxfactory',