From: Calin Crisan Date: Fri, 2 Jan 2015 16:15:22 +0000 (+0200) Subject: version bump to 0.21 X-Git-Url: http://www.vanbest.org/gitweb/?a=commitdiff_plain;h=bc84f47cd86b401592b8687ee71875ac2c4e15d8;p=motioneye-debian version bump to 0.21 --- diff --git a/motioneye.py b/motioneye.py index ebcfa3e..b4d4383 100755 --- a/motioneye.py +++ b/motioneye.py @@ -29,7 +29,7 @@ import settings sys.path.append(os.path.join(getattr(settings, 'PROJECT_PATH', os.path.dirname(sys.argv[0])), 'src')) -VERSION = '0.20' +VERSION = '0.21' def _configure_settings():