Skip to content

Commit

Permalink
Version 0.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
lefterisnik committed Jul 6, 2016
1 parent ae1bfd0 commit 7912ba8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## Version 0.2
* Rename readonly_fields to exclude_fields and exclude these fields from the `__eq__`
model method. This is usefull because the library knows which object are equal
depending on specific fields.

## Version 0.1
* Basic lather client
* Nav lather client
* Basic lather client.
* Nav lather client.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setup(
name='lather',
version='0.1',
version='0.2',
packages=['lather'],
include_package_data=True,
license='BSD License',
Expand Down

0 comments on commit 7912ba8

Please sign in to comment.