Skip to content

Commit cd96105

Browse files
committed
(pub): publish v0.0.6
- A huge release, but no actual API changes except for bugfixes for certain versions of Django - fixes for Django < 1.10 and < 1.8 - add tests with 92% code coverage - add test matrix for Django 2.2, 1.11, 1.9, and 1.5 as well as Python 3.5, 3.4, and 2.7 - and improve compatibility docs - add Travis CI and CodeCov support - add Poetry build-system and testing dependencies - add maidfile.md to consolidate tasks and add some contributing docs
1 parent 402949c commit cd96105

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "django-serializable-model"
3-
version = "0.0.5"
3+
version = "0.0.6"
44
description = "Django classes to make your models, managers, and querysets serializable, with built-in support for related objects in ~150 LoC"
55
readme = "README.md"
66

setup.py

+1-1
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',
16+
version='0.0.6',
1717
description=('Django classes to make your models, managers, and ' +
1818
'querysets serializable, with built-in support for related ' +
1919
'objects in ~150 LoC'),

0 commit comments

Comments
 (0)