Skip to content

Commit

Permalink
(pub): publish v0.0.5-alpha.1
Browse files Browse the repository at this point in the history
- fixes base_manager_name for Django 1.10+ usage

- alpha as there may be some other incompatibilities in Django 1.10+
  I don't know of. can always republish as full release later.
  • Loading branch information
agilgur5 committed Aug 8, 2019
1 parent 8c0d571 commit e48591e
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.4',
version='0.0.5-alpha.1',
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 e48591e

Please sign in to comment.