Skip to content

Commit

Permalink
Issue #8: Up version
Browse files Browse the repository at this point in the history
  • Loading branch information
boonya committed Mar 10, 2016
1 parent 978f402 commit ff3773e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTORS.rst
Expand Up @@ -2,4 +2,4 @@ Domain Models Contributors
==========================

+ Roman Mogilatov

+ Sergii [boonya] Buinytskyi
2 changes: 1 addition & 1 deletion domain_models/__init__.py
@@ -1,3 +1,3 @@
"""Domain models."""

VERSION = '0.0.3'
VERSION = '0.0.4'
1 change: 0 additions & 1 deletion tests/test_models.py
Expand Up @@ -323,7 +323,6 @@ class ModelReprTests(unittest.TestCase):

def test_repr(self):
"""Test model __repr__()."""

class User(models.DomainModel):
"""Test user domain model."""

Expand Down

0 comments on commit ff3773e

Please sign in to comment.