Skip to content

Commit

Permalink
Version 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesús Espino committed Jul 28, 2013
1 parent 002a002 commit e4b8623
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions NEWS.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
0.1.0
=====

- Adding unit testing
- Refactor the code
- Some API changes
- Python 3 compatibility
- Adding SAMPLEDATAHELER_SEED setting variable
- Create sphinx documentation (not finished)

0.0.3
=====

- Added char, chars, url and choices_key methods

0.0.2
=====

- Improved the README.rst
- Removed the PIL hard dependency
- Some minor fixes

0.0.1
=====

- Initial version
2 changes: 1 addition & 1 deletion sampledatahelper/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = (0, 0, 3, 'final', 0)
__version__ = (0, 1, 0)

0 comments on commit e4b8623

Please sign in to comment.