summaryrefslogtreecommitdiff
path: root/tests/django_test_app/models.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/django_test_app/models.py')
-rw-r--r--tests/django_test_app/models.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/django_test_app/models.py b/tests/django_test_app/models.py
index 53ed874..9c44a29 100644
--- a/tests/django_test_app/models.py
+++ b/tests/django_test_app/models.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright (c) 2012 Raphaël Barrois
+# Copyright (c) 2012-2013 Raphaël Barrois
from django.db import models
from semantic_version import django_fields as semver_fields