summaryrefslogtreecommitdiff
path: root/pywal/settings.py
diff options
context:
space:
mode:
authordeviantfero <fmorataya.04@gmail.com>2018-02-04 03:47:02 -0600
committerdeviantfero <fmorataya.04@gmail.com>2018-02-04 03:47:02 -0600
commitb6a5c81d2cf5319d9265546fc7e824a021f14e6e (patch)
tree7d6cba3f9d7ff68c0703b5219cfbbdf87a671f6a /pywal/settings.py
parentac2cee675153c17030875459e01913e2cb3f249e (diff)
general: add __template_version__ to avoid deprecating templates on each pywal release
Diffstat (limited to 'pywal/settings.py')
-rw-r--r--pywal/settings.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/pywal/settings.py b/pywal/settings.py
index c1b03fe..ba77347 100644
--- a/pywal/settings.py
+++ b/pywal/settings.py
@@ -14,6 +14,7 @@ import platform
__version__ = "1.3.0"
+__template_version__ = "1.0.0"
HOME = os.getenv("HOME", os.getenv("USERPROFILE"))