Skip to content

Commit b0cbb8d

Browse files
committed
(pub): publish v0.0.5
- 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
1 parent c73f725 commit b0cbb8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

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

0 commit comments

Comments
 (0)