We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bfb7b2 commit c4dc237Copy full SHA for c4dc237
2 files changed
setup.py
@@ -47,7 +47,7 @@ def run_tests(self):
47
long_description = open('README.rst').read(),
48
author = "Guillaume Pellerin",
49
author_email = "yomguy@parisson.com",
50
- version = '1.6.4',
+ version = '1.6.5',
51
install_requires = [
52
'django==1.6.11',
53
'django-registration==1.0',
telemeta/__init__.py
@@ -15,12 +15,12 @@
15
"""
16
17
__docformat__ = 'epytext en'
18
-__version__ = '1.6.4'
+__version__ = '1.6.5'
19
__url__ = 'http://telemeta.org'
20
-__copyright__ = '(C) 2006-2017 Parisson SARL'
+__copyright__ = '(C) 2006-2018 Parisson SARL'
21
__license__ = 'AGPLv3'
22
__license_long__ = """
23
-Copyright (C) Parisson SARL (2006-2017)
+Copyright (C) Parisson SARL (2006-2018)
24
25
This file is part of Telemeta.
26
0 commit comments