version bump to 0.20
authorCalin Crisan <ccrisan@gmail.com>
Sun, 28 Dec 2014 17:13:17 +0000 (19:13 +0200)
committerCalin Crisan <ccrisan@gmail.com>
Sun, 28 Dec 2014 17:13:17 +0000 (19:13 +0200)
motioneye.py

index 508e6ad636444b4ccfe2b4d456231f05ab1f8e5c..ebcfa3eeebf6620fcdd7d6108632e9fddefe8a08 100755 (executable)
@@ -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.19'
+VERSION = '0.20'
 
 
 def _configure_settings():