From: Calin Crisan Date: Sun, 15 Mar 2015 19:33:26 +0000 (+0200) Subject: version bumped to 0.23 X-Git-Url: http://www.vanbest.org/gitweb/?a=commitdiff_plain;h=3521b8706669bc9853fb4517e72135c9653faab9;p=motioneye-debian version bumped to 0.23 --- diff --git a/motioneye.py b/motioneye.py index fea033e..14144e6 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.22' +VERSION = '0.23' def _configure_settings():