diff --git a/Makefile b/Makefile index cddb70d..1771820 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION=4.0.0 +VERSION=4.0.1 # Python env tasks diff --git a/README.md b/README.md index 183ea60..930928d 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Django Dynamic Fixture ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/django-dynamic-fixture) ![PyPI - Downloads](https://img.shields.io/pypi/dm/django-dynamic-fixture) -**Latest version: 4.0.0 (Aug 2023)** +**Latest version: 4.0.1 (Sep 2023)** Django Dynamic Fixture (DDF) is a complete and simple library to create dynamic model instances for testing purposes. diff --git a/django_dynamic_fixture/__init__.py b/django_dynamic_fixture/__init__.py index e78abca..dabf970 100644 --- a/django_dynamic_fixture/__init__.py +++ b/django_dynamic_fixture/__init__.py @@ -18,7 +18,7 @@ from django_dynamic_fixture.script_ddf_checkings import ddf_check_models -__version__ = '4.0.0' +__version__ = '4.0.1' if not django_greater_than(4, 0): diff --git a/docs/source/_static/coverage.html b/docs/source/_static/coverage.html index 883dfc7..1e7a1d3 100644 --- a/docs/source/_static/coverage.html +++ b/docs/source/_static/coverage.html @@ -45,7 +45,7 @@

Coverage report:

coverage.py v7.3.0, - created at 2023-08-26 20:11 -0500 + created at 2023-09-15 17:34 -0500

@@ -70,10 +70,10 @@

Coverage report: django_dynamic_fixture/ddf.py - 399 + 405 36 9 - 91% + 91% django_dynamic_fixture/decorators.py @@ -189,10 +189,10 @@

Coverage report: django_dynamic_fixture/global_settings.py - 52 - 5 + 49 + 3 0 - 90% + 94% django_dynamic_fixture/models.py @@ -210,10 +210,10 @@

Coverage report: django_dynamic_fixture/models_test.py - 286 + 291 13 0 - 95% + 96% django_dynamic_fixture/models_third_party.py @@ -245,10 +245,10 @@

Coverage report: django_dynamic_fixture/tests/test_ddf.py - 393 - 8 + 390 + 7 0 - 98% + 98% django_dynamic_fixture/tests/test_ddf_checkings.py @@ -294,10 +294,10 @@

Coverage report: django_dynamic_fixture/tests/test_ddf_teaching_and_lessons.py - 143 + 158 0 0 - 100% + 100% django_dynamic_fixture/tests/test_decorators.py @@ -359,10 +359,10 @@

Coverage report: Total - 3400 - 266 + 3420 + 263 25 - 92% + 92% @@ -374,7 +374,7 @@

Coverage report:

coverage.py v7.3.0, - created at 2023-08-26 20:11 -0500 + created at 2023-09-15 17:34 -0500