Skip to content

Commit

Permalink
(pub): publish v0.0.4
Browse files Browse the repository at this point in the history
- adds django_serializable_model module
  - previously had to import via serializable module, which was
    unintuitive and unintentional
    - can still use serializable module if you were using it before;
      there are no breaking changes made in this patch release, but
      it is deprecated and will be removed when v1.0.0 rolls around
- fixes incorrect module name used in Usage docs

- adds CHANGELOG.md
- adds Django 2.2 classifier
- some other minor docs improvements around badges and clarifications

- purely internal changes:
  - adds changelog.sh script
  • Loading branch information
agilgur5 committed Aug 8, 2019
1 parent b7e9e70 commit be4ac00
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.3',
version='0.0.4',
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 be4ac00

Please sign in to comment.