nord/_static_version.py
00152bee
 # -*- coding: utf-8 -*-
 # This file is part of 'miniver': https://github.com/jbweston/miniver
 #
 # This file will be overwritten by setup.py when a source or binary
 # distribution is made.  The magic value "__use_git__" is interpreted by
 # version.py.
 
 version = "__use_git__"
 
 # These values are only set if the distribution was created with 'git archive'
 refnames = "$Format:%D$"
 git_hash = "$Format:%h$"