Skip to content

Commit c4dc237

Browse files
committed
1.6.5
1 parent 5bfb7b2 commit c4dc237

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def run_tests(self):
4747
long_description = open('README.rst').read(),
4848
author = "Guillaume Pellerin",
4949
author_email = "yomguy@parisson.com",
50-
version = '1.6.4',
50+
version = '1.6.5',
5151
install_requires = [
5252
'django==1.6.11',
5353
'django-registration==1.0',

telemeta/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@
1515
"""
1616

1717
__docformat__ = 'epytext en'
18-
__version__ = '1.6.4'
18+
__version__ = '1.6.5'
1919
__url__ = 'http://telemeta.org'
20-
__copyright__ = '(C) 2006-2017 Parisson SARL'
20+
__copyright__ = '(C) 2006-2018 Parisson SARL'
2121
__license__ = 'AGPLv3'
2222
__license_long__ = """
23-
Copyright (C) Parisson SARL (2006-2017)
23+
Copyright (C) Parisson SARL (2006-2018)
2424
2525
This file is part of Telemeta.
2626

0 commit comments

Comments
 (0)