We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents facb54a + e97ba5b commit 3eddaa8Copy full SHA for 3eddaa8
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.7.3',
+ version = '1.7.4',
51
install_requires = [
52
'django==1.8.*',
53
'django-bootstrap-pagination==1.6.4',
telemeta/__init__.py
@@ -15,7 +15,7 @@
15
"""
16
17
__docformat__ = 'epytext en'
18
-__version__ = '1.7.3'
+__version__ = '1.7.4'
19
__url__ = 'http://telemeta.org'
20
__copyright__ = '(C) 2006-2018 Parisson SARL'
21
__license__ = 'AGPLv3'
0 commit comments