Bump to 0.7.12
[quicknote] / src / constants.py
index c75d44f..c917cf1 100644 (file)
@@ -2,7 +2,7 @@ import os
 
 __pretty_app_name__ = "Quicknote"
 __app_name__ = "quicknote"
-__version__ = "0.7.11"
+__version__ = "0.7.12"
 __build__ = 0
 _data_path_ = os.path.join(os.path.expanduser("~"), ".quicknote")
 __app_magic__ = 0xdeadbeef