mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
bump to 0.9.2
This commit is contained in:
parent
3473def295
commit
62575c03ec
2 changed files with 3 additions and 3 deletions
|
@ -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.
|
||||
|
|
2
setup.py
2
setup.py
|
@ -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/')
|
||||
|
|
Loading…
Add table
Reference in a new issue