From b0cbb8d38e59c48a3c385983dd026a6b92973a98 Mon Sep 17 00:00:00 2001 From: Anton Gilgur Date: Wed, 21 Aug 2019 21:01:41 -0400 Subject: [PATCH] (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 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b1fcde7..3a46dcb 100644 --- a/setup.py +++ b/setup.py @@ -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'),