From ff3773e4c8788749f8bb95be962575214203e6c2 Mon Sep 17 00:00:00 2001 From: "Sergii [boonya] Buinytskyi" Date: Tue, 8 Mar 2016 17:48:02 +0200 Subject: [PATCH] Issue #8: Up version --- CONTRIBUTORS.rst | 2 +- domain_models/__init__.py | 2 +- tests/test_models.py | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTORS.rst b/CONTRIBUTORS.rst index 2964021..82030e8 100644 --- a/CONTRIBUTORS.rst +++ b/CONTRIBUTORS.rst @@ -2,4 +2,4 @@ Domain Models Contributors ========================== + Roman Mogilatov - ++ Sergii [boonya] Buinytskyi diff --git a/domain_models/__init__.py b/domain_models/__init__.py index 08ffe13..e74c041 100644 --- a/domain_models/__init__.py +++ b/domain_models/__init__.py @@ -1,3 +1,3 @@ """Domain models.""" -VERSION = '0.0.3' +VERSION = '0.0.4' diff --git a/tests/test_models.py b/tests/test_models.py index bcc9caf..251788a 100644 --- a/tests/test_models.py +++ b/tests/test_models.py @@ -323,7 +323,6 @@ class ModelReprTests(unittest.TestCase): def test_repr(self): """Test model __repr__().""" - class User(models.DomainModel): """Test user domain model."""