bump to 0.9.2

This commit is contained in:
Thomas S Hatch 2011-09-17 12:51:17 -06:00
parent 3473def295
commit 62575c03ec
2 changed files with 3 additions and 3 deletions

View file

@ -39,9 +39,9 @@ copyright = u'2011, Thomas S. Hatch'
# built documents.
#
# The short X.Y version.
version = '0.9.1'
version = '0.9.2'
# The full version, including alpha/beta/rc tags.
release = '0.9.1'
release = '0.9.2'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.

View file

@ -12,7 +12,7 @@ from distutils.sysconfig import get_python_lib, PREFIX
from Cython.Distutils import build_ext
NAME = 'salt'
VER = '0.9.1'
VER = '0.9.2'
DESC = 'Portable, distrubuted, remote execution and configuration management system'
mod_path = os.path.join(get_python_lib(), 'salt/modules/')