Skip to content

Commit

Permalink
Ready for 0.3.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
omaciel committed Jun 15, 2014
1 parent 9ad4e43 commit ee5df15
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
Release History
```````````````

0.2.x (xxxx-xx-xx)
0.3.0 (2014-06-15)
++++++++++++++++++

- FauxFactory is now Python 3 compatible
- Added method generate_utf8
- Added new method generate_utf8

0.2.1 (2014-05-09)
++++++++++++++++++
Expand Down
3 changes: 3 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,9 @@ Some examples::
>>> In [15]: FauxFactory.generate_iplum()
>>> Out[15]: u'Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.'

>>> In [16]: FauxFactory.generate_utf8()
>>> Out[16]: u'\U00042a80\U000fb486\U00010c58\U000f2b5e\U00051c5c'

Installation
------------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def read(*paths):
name='fauxfactory',
description='Generates random data for your tests.',
long_description=long_description,
version='0.2.1',
version='0.3.0',
author='Og Maciel',
author_email='[email protected]',
url='https://github.com/omaciel/fauxfactory',
Expand Down

0 comments on commit ee5df15

Please sign in to comment.