Skip to content

Commit

Permalink
Really adding facts.json now
Browse files Browse the repository at this point in the history
  • Loading branch information
omaciel committed Apr 10, 2018
1 parent 361aecc commit 8f7d547
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
Release History
===============

3.0.2 (2018-04-10)
------------------

- Really include facts.json to the package

3.0.1 (2018-04-10)
------------------

Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,12 @@ def read(*paths):
name='fauxfactory',
description='Generates random data for your tests.',
long_description=LONG_DESCRIPTION,
version='3.0.1',
version='3.0.2',
author='Og Maciel',
author_email='[email protected]',
url='https://github.com/omaciel/fauxfactory',
packages=find_packages(exclude=['contrib', 'docs', 'tests']),
include_package_data=True,
keywords='python automation data',
license='Apache 2.0',
classifiers=[
Expand Down

0 comments on commit 8f7d547

Please sign in to comment.