Skip to content

Commit 3eddaa8

Browse files
committed
Merge branch 'dev'
2 parents facb54a + e97ba5b commit 3eddaa8

2 files changed

Lines changed: 2 additions & 2 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.7.3',
50+
version = '1.7.4',
5151
install_requires = [
5252
'django==1.8.*',
5353
'django-bootstrap-pagination==1.6.4',

telemeta/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"""
1616

1717
__docformat__ = 'epytext en'
18-
__version__ = '1.7.3'
18+
__version__ = '1.7.4'
1919
__url__ = 'http://telemeta.org'
2020
__copyright__ = '(C) 2006-2018 Parisson SARL'
2121
__license__ = 'AGPLv3'

0 commit comments

Comments
 (0)