From 54d15ac9e4ec46ec346a9c5c42f288433b07c16d Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Fri, 9 Aug 2019 23:40:25 +0200 Subject: [PATCH] goto 1.7.3 --- lib/TimeSide | 2 +- setup.py | 2 +- telemeta/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/TimeSide b/lib/TimeSide index 12e33958..0206ac47 160000 --- a/lib/TimeSide +++ b/lib/TimeSide @@ -1 +1 @@ -Subproject commit 12e339584ed3b05c61e0e449fc1742b6a035825a +Subproject commit 0206ac475cb36967f9831ea411b96f685a271607 diff --git a/setup.py b/setup.py index d34f9fd6..5179cfc9 100644 --- a/setup.py +++ b/setup.py @@ -47,7 +47,7 @@ setup( long_description = open('README.rst').read(), author = "Guillaume Pellerin", author_email = "yomguy@parisson.com", - version = '1.7.1', + version = '1.7.3', install_requires = [ 'django==1.8.*', 'django-bootstrap-pagination==1.6.4', diff --git a/telemeta/__init__.py b/telemeta/__init__.py index 6bf3c870..63fefc57 100644 --- a/telemeta/__init__.py +++ b/telemeta/__init__.py @@ -15,7 +15,7 @@ U{http://telemeta.org} """ __docformat__ = 'epytext en' -__version__ = '1.7.1' +__version__ = '1.7.3' __url__ = 'http://telemeta.org' __copyright__ = '(C) 2006-2018 Parisson SARL' __license__ = 'AGPLv3' -- 2.39.5