Skip to content

Commit

Permalink
(pub): publish v0.0.5
Browse files Browse the repository at this point in the history
- fixes typo that checked for ediable attribute instead of editable

- also includes v0.0.5-alpha.1 changes:
  - fixes base_manager_name for Django 1.10+ usage
  • Loading branch information
agilgur5 committed Aug 22, 2019
1 parent c73f725 commit b0cbb8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

setup(
name='django-serializable-model',
version='0.0.5-alpha.1',
version='0.0.5',
description=('Django classes to make your models, managers, and ' +
'querysets serializable, with built-in support for related ' +
'objects in ~100 LoC'),
Expand Down

0 comments on commit b0cbb8d

Please sign in to comment.